#12459C

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

Shades of Egyptian Blue #12459C

Tints of Egyptian Blue #12459C

Color information

#12459C (or 0x12459C) is unknown color: approx Egyptian Blue. HEX triplet: 12, 45 and 9C. RGB value is (18,69,156). Sum of RGB (Red+Green+Blue) = 18+69+156=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #12459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12459C is #EDBA63. Grayscale: #3F3F3F. Windows color (decimal): -15579748 or 10241298. OLE color: 10241298.

HSL color Cylindrical-coordinate representation of color #12459C: hue angle of 217.83º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12459C is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1869156-
CMYK0.880.5600.39
HSL217.83º79.31%34.12%-
HSV(B)217.83º88.46%61.18%-
XYZ8.386.7932.32-
YUV63.67180.195.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 156 (61.33% from 255) = 64.20%
R=7.41%
G=28.40%
B=64.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18691560.880.5600.39217.8379.3134.12
Hex12459C5838027da4f22
Octal221052341307004733211742
Binary1001010001011001110010110001110000100111110110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12459C; }

 p { color: rgb(18,69,156); }

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

<style>
 a { background-color: #12459C; }

 a { background-color: rgb(18,69,156); }

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

<style>
 span { border-color: #12459C; }

 span { border-color: rgb(18,69,156); }

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