Html Css Color HEX #1A1DAA Egyptian Blue

📋 copy color: '#1A1DAA'

red 26 ◦ green 29 ◦ blue 170

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

Shades of Egyptian Blue #1A1DAA

Tints of Egyptian Blue #1A1DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 75.56%

R = 11.56%
G = 12.89%
B = 75.56%

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

#1A1DAA (or 0x1A1DAA) is known color: Egyptian Blue. HEX triplet: 1A, 1D and AA. RGB value is (26,29,170). Sum of RGB (Red+Green+Blue) = 26+29+170=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A1DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1DAA is #E5E255. Grayscale: #2B2B2B. Windows color (decimal): -15065686 or 11148570. OLE color: 11148570.

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

Color convert

RGB 26 29 170 -
CMYK 0.85 0.83 0 0.33
HSL 238.75º 0.73% 0.38% -
HSV(B) 238.75º 0.85% 0.67% -
XYZ 8.12 4 38.37 -
YUV 44.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 26 29 170 0.85 0.83 0 0.33 238.75 0.73 0.38
Hex 1A 1D AA 55 53 0 21 EF 49 26
Octal 32 35 252 125 123 0 41 357 111 46
Binary 11010 11101 10101010 1010101 1010011 0 100001 11101111 1001001 100110

Color Harmonies of #1A1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1DAA

Black with #1A1DAA

Text Example


Text Example

White with #1A1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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