Html Css Color HEX #1A20AA Egyptian Blue

📋 copy color: '#1A20AA'

red 26 ◦ green 32 ◦ blue 170

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

Shades of Egyptian Blue #1A20AA

Tints of Egyptian Blue #1A20AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 11.4%
G = 14.04%
B = 74.56%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A20AA (or 0x1A20AA) is known color: Egyptian Blue. HEX triplet: 1A, 20 and AA. RGB value is (26,32,170). Sum of RGB (Red+Green+Blue) = 26+32+170=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A20AA is #E5DF55. Grayscale: #2D2D2D. Windows color (decimal): -15064918 or 11149338. OLE color: 11149338.

HSL color Cylindrical-coordinate representation of color #1A20AA: hue angle of 237.5º 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 #1A20AA is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 32 170 -
CMYK 0.85 0.81 0 0.33
HSL 237.5º 0.73% 0.38% -
HSV(B) 237.5º 0.85% 0.67% -
XYZ 8.2 4.15 38.4 -
YUV 45.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 26 32 170 0.85 0.81 0 0.33 237.5 0.73 0.38
Hex 1A 20 AA 55 51 0 21 EE 49 26
Octal 32 40 252 125 121 0 41 356 111 46
Binary 11010 100000 10101010 1010101 1010001 0 100001 11101110 1001001 100110

Color Harmonies of #1A20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A20AA

Black with #1A20AA

Text Example


Text Example

White with #1A20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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