Shades of Egyptian Blue #12459E
Tints of Egyptian Blue #12459E
RGB
CMYK
RGB Variations
Color information
#12459E (or 0x12459E) is known color: Egyptian Blue. HEX triplet: 12, 45 and 9E. RGB value is (18,69,158). Sum of RGB (Red+Green+Blue) = 18+69+158=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #12459E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12459E is #EDBA61. Grayscale: #3F3F3F. Windows color (decimal): -15579746 or 10372370. OLE color: 10372370.
HSL color Cylindrical-coordinate representation of color #12459E: hue angle of 218.14º 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 #12459E is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 69 | 158 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.38 |
| HSL | 218.14º | 0.8% | 0.35% | - |
| HSV(B) | 218.14º | 0.89% | 0.62% | - |
| XYZ | 8.55 | 6.85 | 33.22 | - |
| YUV | 63.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 158 | 0.89 | 0.56 | 0 | 0.38 | 218.14 | 0.8 | 0.35 |
| Hex | 12 | 45 | 9E | 59 | 38 | 0 | 26 | DA | 50 | 23 |
| Octal | 22 | 105 | 236 | 131 | 70 | 0 | 46 | 332 | 120 | 43 |
| Binary | 10010 | 1000101 | 10011110 | 1011001 | 111000 | 0 | 100110 | 11011010 | 1010000 | 100011 |
Color Harmonies of #12459E
Complementary color
Monochromatic Colors of #12459E
Black with #12459E
Text Example
Text Example
White with #12459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12459E; }
p { color: rgb(18,69,158); }
H1.HeaderClassName
{
color: #12459E;
}
.AnyTagClassName
{
color: #12459E;
}
</style>
background-color css
<style>
a { background-color: #12459E; }
a { background-color: rgb(18,69,158); }
div.DivClassName
{
background-color: #12459E;
}
.BgClassName
{
background-color: #12459E;
}
</style>
border-color css
<style>
span { border-color: #12459E; }
span { border-color: rgb(18,69,158); }
td.TdClassName
{
border-color: #12459E;
}
.TagClassName
{
border-color: #12459E;
}
</style>