#1C249E

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

Shades of Egyptian Blue #1C249E

Tints of Egyptian Blue #1C249E

Color information

#1C249E (or 0x1C249E) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 24 and 9E. RGB value is (28,36,158). Sum of RGB (Red+Green+Blue) = 28+36+158=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C249E is #E3DB61. Grayscale: #2F2F2F. Windows color (decimal): -14932834 or 10363932. OLE color: 10363932.

HSL color Cylindrical-coordinate representation of color #1C249E: hue angle of 236.31º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C249E is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2836158-
CMYK0.820.7700.38
HSL236.31º69.89%36.47%-
HSV(B)236.31º82.28%61.96%-
XYZ7.283.9832.73-
YUV47.52190.35114.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 158 (62.11% from 255) = 71.17%
R=12.61%
G=16.22%
B=71.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28361580.820.7700.38236.3169.8936.47
Hex1C249E524D026ec4624
Octal344423612211504635410644
Binary1110010010010011110101001010011010100110111011001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,158); }

 H1.HeaderClassName
 {
   color: #1C249E;
 }
 .AnyTagClassName
 {
   color: #1C249E;
 }
</style>
background-color css

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

 a { background-color: rgb(28,36,158); }

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

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

 span { border-color: rgb(28,36,158); }

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