Html Css Color HEX #1C20AA Egyptian Blue

📋 copy color: '#1C20AA'

red 28 ◦ green 32 ◦ blue 170

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

Shades of Egyptian Blue #1C20AA

Tints of Egyptian Blue #1C20AA

RGB

 RED value IS 28 (11.33% from 255) = 12.17%

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

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

R = 12.17%
G = 13.91%
B = 73.91%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C20AA (or 0x1C20AA) is known color: Egyptian Blue. HEX triplet: 1C, 20 and AA. RGB value is (28,32,170). Sum of RGB (Red+Green+Blue) = 28+32+170=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C20AA is #E3DF55. Grayscale: #2D2D2D. Windows color (decimal): -14933846 or 11149340. OLE color: 11149340.

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

Color convert

RGB 28 32 170 -
CMYK 0.84 0.81 0 0.33
HSL 238.31º 0.72% 0.39% -
HSV(B) 238.31º 0.84% 0.67% -
XYZ 8.25 4.18 38.4 -
YUV 46.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 28 32 170 0.84 0.81 0 0.33 238.31 0.72 0.39
Hex 1C 20 AA 54 51 0 21 EE 48 27
Octal 34 40 252 124 121 0 41 356 110 47
Binary 11100 100000 10101010 1010100 1010001 0 100001 11101110 1001000 100111

Color Harmonies of #1C20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C20AA

Black with #1C20AA

Text Example


Text Example

White with #1C20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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