Shades of Egyptian Blue #12409E
Tints of Egyptian Blue #12409E
RGB
CMYK
RGB Variations
Color information
#12409E (or 0x12409E) is known color: Egyptian Blue. HEX triplet: 12, 40 and 9E. RGB value is (18,64,158). Sum of RGB (Red+Green+Blue) = 18+64+158=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #12409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12409E is #EDBF61. Grayscale: #3C3C3C. Windows color (decimal): -15581026 or 10371090. OLE color: 10371090.
HSL color Cylindrical-coordinate representation of color #12409E: hue angle of 220.29º 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 #12409E is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 64 | 158 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.38 |
| HSL | 220.29º | 0.8% | 0.35% | - |
| HSV(B) | 220.29º | 0.89% | 0.62% | - |
| XYZ | 8.25 | 6.26 | 33.12 | - |
| YUV | 60.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 158 | 0.89 | 0.59 | 0 | 0.38 | 220.29 | 0.8 | 0.35 |
| Hex | 12 | 40 | 9E | 59 | 3B | 0 | 26 | DC | 50 | 23 |
| Octal | 22 | 100 | 236 | 131 | 73 | 0 | 46 | 334 | 120 | 43 |
| Binary | 10010 | 1000000 | 10011110 | 1011001 | 111011 | 0 | 100110 | 11011100 | 1010000 | 100011 |
Color Harmonies of #12409E
Complementary color
Monochromatic Colors of #12409E
Black with #12409E
Text Example
Text Example
White with #12409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12409E; }
p { color: rgb(18,64,158); }
H1.HeaderClassName
{
color: #12409E;
}
.AnyTagClassName
{
color: #12409E;
}
</style>
background-color css
<style>
a { background-color: #12409E; }
a { background-color: rgb(18,64,158); }
div.DivClassName
{
background-color: #12409E;
}
.BgClassName
{
background-color: #12409E;
}
</style>
border-color css
<style>
span { border-color: #12409E; }
span { border-color: rgb(18,64,158); }
td.TdClassName
{
border-color: #12409E;
}
.TagClassName
{
border-color: #12409E;
}
</style>