#1C249C

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

Shades of Egyptian Blue #1C249C

Tints of Egyptian Blue #1C249C

Color information

#1C249C (or 0x1C249C) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 24 and 9C. RGB value is (28,36,156). Sum of RGB (Red+Green+Blue) = 28+36+156=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C249C is #E3DB63. Grayscale: #2E2E2E. Windows color (decimal): -14932836 or 10232860. OLE color: 10232860.

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

Color convert

RGB2836156-
CMYK0.820.7700.39
HSL236.25º69.57%36.08%-
HSV(B)236.25º82.05%61.18%-
XYZ7.113.9131.83-
YUV47.29189.35114.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 156 (61.33% from 255) = 70.91%
R=12.73%
G=16.36%
B=70.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28361560.820.7700.39236.2569.5736.08
Hex1C249C524D027ec4624
Octal344423412211504735410644
Binary1110010010010011100101001010011010100111111011001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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