Shades of Egyptian Blue #12409F
Tints of Egyptian Blue #12409F
RGB
CMYK
RGB Variations
Color information
#12409F (or 0x12409F) is known color: Egyptian Blue. HEX triplet: 12, 40 and 9F. RGB value is (18,64,159). Sum of RGB (Red+Green+Blue) = 18+64+159=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #12409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12409F is #EDBF60. Grayscale: #3C3C3C. Windows color (decimal): -15581025 or 10436626. OLE color: 10436626.
HSL color Cylindrical-coordinate representation of color #12409F: hue angle of 220.43º 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 #12409F is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 64 | 159 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.38 |
| HSL | 220.43º | 0.8% | 0.35% | - |
| HSV(B) | 220.43º | 0.89% | 0.62% | - |
| XYZ | 8.34 | 6.3 | 33.58 | - |
| YUV | 61.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 159 | 0.89 | 0.60 | 0 | 0.38 | 220.43 | 0.8 | 0.35 |
| Hex | 12 | 40 | 9F | 59 | 3C | 0 | 26 | DC | 50 | 23 |
| Octal | 22 | 100 | 237 | 131 | 74 | 0 | 46 | 334 | 120 | 43 |
| Binary | 10010 | 1000000 | 10011111 | 1011001 | 111100 | 0 | 100110 | 11011100 | 1010000 | 100011 |
Color Harmonies of #12409F
Complementary color
Monochromatic Colors of #12409F
Black with #12409F
Text Example
Text Example
White with #12409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12409F; }
p { color: rgb(18,64,159); }
H1.HeaderClassName
{
color: #12409F;
}
.AnyTagClassName
{
color: #12409F;
}
</style>
background-color css
<style>
a { background-color: #12409F; }
a { background-color: rgb(18,64,159); }
div.DivClassName
{
background-color: #12409F;
}
.BgClassName
{
background-color: #12409F;
}
</style>
border-color css
<style>
span { border-color: #12409F; }
span { border-color: rgb(18,64,159); }
td.TdClassName
{
border-color: #12409F;
}
.TagClassName
{
border-color: #12409F;
}
</style>