Html Css Color HEX #1A1DAB Egyptian Blue

📋 copy color: '#1A1DAB'

red 26 ◦ green 29 ◦ blue 171

#1A1DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1A1DAB

Tints of Egyptian Blue #1A1DAB

RGB

 RED value IS 26 (10.55% from 255) = 11.5%

 GREEN value IS 29 (11.72% from 255) = 12.83%

 BLUE value IS 171 (67.19% from 255) = 75.66%

R = 11.5%
G = 12.83%
B = 75.66%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1A1DAB (or 0x1A1DAB) is known color: Egyptian Blue. HEX triplet: 1A, 1D and AB. RGB value is (26,29,171). Sum of RGB (Red+Green+Blue) = 26+29+171=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A1DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1DAB is #E5E254. Grayscale: #2B2B2B. Windows color (decimal): -15065685 or 11214106. OLE color: 11214106.

HSL color Cylindrical-coordinate representation of color #1A1DAB: hue angle of 238.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1DAB is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 29 171 -
CMYK 0.85 0.83 0 0.33
HSL 238.76º 0.74% 0.39% -
HSV(B) 238.76º 0.85% 0.67% -
XYZ 8.22 4.04 38.87 -
YUV 44.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 26 29 171 0.85 0.83 0 0.33 238.76 0.74 0.39
Hex 1A 1D AB 55 53 0 21 EF 4A 27
Octal 32 35 253 125 123 0 41 357 112 47
Binary 11010 11101 10101011 1010101 1010011 0 100001 11101111 1001010 100111

Color Harmonies of #1A1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1DAB

Black with #1A1DAB

Text Example


Text Example

White with #1A1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1DAB; }

 p { color: rgb(26,29,171); }

 H1.HeaderClassName
 {
   color: #1A1DAB;
 }
 .AnyTagClassName
 {
   color: #1A1DAB;
 }
</style>

background-color css

<style>
 a { background-color: #1A1DAB; }

 a { background-color: rgb(26,29,171); }

 div.DivClassName
 {
   background-color: #1A1DAB;
 }
 .BgClassName
 {
   background-color: #1A1DAB;
 }
</style>

border-color css

<style>
 span { border-color: #1A1DAB; }

 span { border-color: rgb(26,29,171); }

 td.TdClassName
 {
   border-color: #1A1DAB;
 }
 .TagClassName
 {
   border-color: #1A1DAB;
 }
</style>