Shades of Egyptian Blue #12409C
Tints of Egyptian Blue #12409C
RGB
CMYK
RGB Variations
Color information
#12409C (or 0x12409C) is known color: Egyptian Blue. HEX triplet: 12, 40 and 9C. RGB value is (18,64,156). Sum of RGB (Red+Green+Blue) = 18+64+156=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #12409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12409C is #EDBF63. Grayscale: #3C3C3C. Windows color (decimal): -15581028 or 10240018. OLE color: 10240018.
HSL color Cylindrical-coordinate representation of color #12409C: hue angle of 220º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12409C is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 64 | 156 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.39 |
| HSL | 220º | 0.79% | 0.34% | - |
| HSV(B) | 220º | 0.88% | 0.61% | - |
| XYZ | 8.08 | 6.2 | 32.22 | - |
| YUV | 60.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 156 | 0.88 | 0.59 | 0 | 0.39 | 220 | 0.79 | 0.34 |
| Hex | 12 | 40 | 9C | 58 | 3B | 0 | 27 | DC | 4F | 22 |
| Octal | 22 | 100 | 234 | 130 | 73 | 0 | 47 | 334 | 117 | 42 |
| Binary | 10010 | 1000000 | 10011100 | 1011000 | 111011 | 0 | 100111 | 11011100 | 1001111 | 100010 |
Color Harmonies of #12409C
Complementary color
Monochromatic Colors of #12409C
Black with #12409C
Text Example
Text Example
White with #12409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12409C; }
p { color: rgb(18,64,156); }
H1.HeaderClassName
{
color: #12409C;
}
.AnyTagClassName
{
color: #12409C;
}
</style>
background-color css
<style>
a { background-color: #12409C; }
a { background-color: rgb(18,64,156); }
div.DivClassName
{
background-color: #12409C;
}
.BgClassName
{
background-color: #12409C;
}
</style>
border-color css
<style>
span { border-color: #12409C; }
span { border-color: rgb(18,64,156); }
td.TdClassName
{
border-color: #12409C;
}
.TagClassName
{
border-color: #12409C;
}
</style>