#12449F

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

Shades of Egyptian Blue #12449F

Tints of Egyptian Blue #12449F

Color information

#12449F (or 0x12449F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 44 and 9F. RGB value is (18,68,159). Sum of RGB (Red+Green+Blue) = 18+68+159=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #12449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12449F is #EDBB60. Grayscale: #3F3F3F. Windows color (decimal): -15580001 or 10437650. OLE color: 10437650.

HSL color Cylindrical-coordinate representation of color #12449F: hue angle of 218.72º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12449F is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1868159-
CMYK0.890.5700.38
HSL218.72º79.66%34.71%-
HSV(B)218.72º88.68%62.35%-
XYZ8.576.7733.65-
YUV63.42181.9495.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 159 (62.5% from 255) = 64.90%
R=7.35%
G=27.76%
B=64.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18681590.890.5700.38218.7279.6634.71
Hex12449F5939026db5023
Octal221042371317104633312043
Binary1001010001001001111110110011110010100110110110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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