26 in Hexadecimal — 26₁₀ = 0x1A

26 in hexadecimal is 0x1A. 26 requires 2 hex digits: 1A. The page shows the step-by-step division method, a hex digit table, and conversions to binary (11010), octal (32), and a greyscale colour swatch....

26 → HEX

26 IN HEXADECIMAL (BASE 16)

1A

26₁₀ = 0x1A = 1A₁₆

Hex (base 16)

1A

With prefix

0x1A

Binary (base 2)

11010

Octal (base 8)

32

Single digit hex?

No

Hex digit type

Numeral

Even or odd?

Even

Divisible by 16?

No

STEP-BY-STEP — REPEATED DIVISION BY 16

Dividend÷ 16QuotientRemainderHex digit ↑
26÷ 16110A
1÷ 16011

Read hex digits bottom to top: 1A = 1A

FUN FACT

26 in hex is 1A. 26 = 1×16 + 10 = 1A₁₆. This is the first two-digit hex value with a letter, because 10 decimal = A hex.

HEX REPRESENTATION

0x
1

= 1

× 16¹

A

= 10

× 16

CSS COLOUR (greyscale #1A1A1A)

#1A1A1A

rgb(26, 26, 26) — dark grey

BASE CONVERSIONS

Decimal (base 10)

Standard counting system

26

Hex (base 16)

Colours, memory addresses, encoding

0x1A

Binary (base 2)

Digital computing

11010

Octal (base 8)

Unix file permissions

32

NEARBY VALUES

Created with❤️byeaglecalculator.com

HOW TO CONVERT

  1. 1

    Hexadecimal (base 16) uses digits 0-9 and letters A-F, where A=10, B=11, C=12, D=13, E=14, F=15.

  2. 2

    26 / 16 = 1 remainder 10 (A) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 1A

  3. 3

    The result is 1A, written as 0x1A in programming notation or 1A₁₆ in mathematical notation.

  4. 4

    Verify: 1 x 16^1 + 10 x 16^0 = 26. ✓

WORKED EXAMPLE

26 to hex: 26 / 16 = 1 remainder 10 (A) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 1A 26₁₀ = 0x1A = 1A₁₆ Binary: 11010 Octal: 32

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE NUMBER THEORY CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.