Shades of Egyptian Blue #12429C
Tints of Egyptian Blue #12429C
RGB
CMYK
RGB Variations
Color information
#12429C (or 0x12429C) is known color: Egyptian Blue. HEX triplet: 12, 42 and 9C. RGB value is (18,66,156). Sum of RGB (Red+Green+Blue) = 18+66+156=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #12429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12429C is #EDBD63. Grayscale: #3D3D3D. Windows color (decimal): -15580516 or 10240530. OLE color: 10240530.
HSL color Cylindrical-coordinate representation of color #12429C: hue angle of 219.13º 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 #12429C is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 66 | 156 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.39 |
| HSL | 219.13º | 0.79% | 0.34% | - |
| HSV(B) | 219.13º | 0.88% | 0.61% | - |
| XYZ | 8.2 | 6.43 | 32.26 | - |
| YUV | 61.91 | 181.1 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 156 | 0.88 | 0.58 | 0 | 0.39 | 219.13 | 0.79 | 0.34 |
| Hex | 12 | 42 | 9C | 58 | 3A | 0 | 27 | DB | 4F | 22 |
| Octal | 22 | 102 | 234 | 130 | 72 | 0 | 47 | 333 | 117 | 42 |
| Binary | 10010 | 1000010 | 10011100 | 1011000 | 111010 | 0 | 100111 | 11011011 | 1001111 | 100010 |
Color Harmonies of #12429C
Complementary color
Monochromatic Colors of #12429C
Black with #12429C
Text Example
Text Example
White with #12429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12429C; }
p { color: rgb(18,66,156); }
H1.HeaderClassName
{
color: #12429C;
}
.AnyTagClassName
{
color: #12429C;
}
</style>
background-color css
<style>
a { background-color: #12429C; }
a { background-color: rgb(18,66,156); }
div.DivClassName
{
background-color: #12429C;
}
.BgClassName
{
background-color: #12429C;
}
</style>
border-color css
<style>
span { border-color: #12429C; }
span { border-color: rgb(18,66,156); }
td.TdClassName
{
border-color: #12429C;
}
.TagClassName
{
border-color: #12429C;
}
</style>