#12459A

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

Shades of Egyptian Blue #12459A

Tints of Egyptian Blue #12459A

Color information

#12459A (or 0x12459A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 45 and 9A. RGB value is (18,69,154). Sum of RGB (Red+Green+Blue) = 18+69+154=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #12459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12459A is #EDBA65. Grayscale: #3F3F3F. Windows color (decimal): -15579750 or 10110226. OLE color: 10110226.

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

Color convert

RGB1869154-
CMYK0.880.5500.40
HSL217.5º79.07%33.73%-
HSV(B)217.5º88.31%60.39%-
XYZ8.216.7231.44-
YUV63.44179.195.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 154 (60.55% from 255) = 63.90%
R=7.47%
G=28.63%
B=63.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18691540.880.5500.40217.579.0733.73
Hex12459A5837028da4f22
Octal221052321306705033211742
Binary1001010001011001101010110001101110101000110110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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