#12249C

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

Shades of Egyptian Blue #12249C

Tints of Egyptian Blue #12249C

Color information

#12249C (or 0x12249C) is unknown color: approx Egyptian Blue. HEX triplet: 12, 24 and 9C. RGB value is (18,36,156). Sum of RGB (Red+Green+Blue) = 18+36+156=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #12249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12249C is #EDDB63. Grayscale: #2B2B2B. Windows color (decimal): -15588196 or 10232850. OLE color: 10232850.

HSL color Cylindrical-coordinate representation of color #12249C: hue angle of 232.17º 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 #12249C is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1836156-
CMYK0.880.7700.39
HSL232.17º79.31%34.12%-
HSV(B)232.17º88.46%61.18%-
XYZ6.883.7931.82-
YUV44.3191.04109.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 156 (61.33% from 255) = 74.29%
R=8.57%
G=17.14%
B=74.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18361560.880.7700.39232.1779.3134.12
Hex12249C584D027e84f22
Octal224423413011504735011742
Binary1001010010010011100101100010011010100111111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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