#1C20AA

Color #1C20AA Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1C20AA

Tints of Egyptian Blue #1C20AA

Color information

#1C20AA (or 0x1C20AA) is unknown color: approx 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

RGB2832170-
CMYK0.840.8100.33
HSL238.31º71.72%38.82%-
HSV(B)238.31º83.53%66.67%-
XYZ8.254.1838.4-
YUV46.54197.67114.78-

RGB Variations

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

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.80% from 255) = 73.91%
R=12.17%
G=13.91%
B=73.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28321700.840.8100.33238.3171.7238.82
Hex1C20AA5451021ee4827
Octal344025212412104135611047
Binary1110010000010101010101010010100010100001111011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C20AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>