#12449C

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

Shades of Egyptian Blue #12449C

Tints of Egyptian Blue #12449C

Color information

#12449C (or 0x12449C) is unknown color: approx Egyptian Blue. HEX triplet: 12, 44 and 9C. RGB value is (18,68,156). Sum of RGB (Red+Green+Blue) = 18+68+156=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #12449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12449C is #EDBB63. Grayscale: #3E3E3E. Windows color (decimal): -15580004 or 10241042. OLE color: 10241042.

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

Color convert

RGB1868156-
CMYK0.880.5600.39
HSL218.26º79.31%34.12%-
HSV(B)218.26º88.46%61.18%-
XYZ8.326.6632.3-
YUV63.08180.4495.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 156 (61.33% from 255) = 64.46%
R=7.44%
G=28.10%
B=64.46%

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
Decimal18681560.880.5600.39218.2679.3134.12
Hex12449C5838027da4f22
Octal221042341307004733211742
Binary1001010001001001110010110001110000100111110110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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