Shades of Egyptian Blue #18429E
Tints of Egyptian Blue #18429E
RGB
CMYK
RGB Variations
Color information
#18429E (or 0x18429E) is known color: Egyptian Blue. HEX triplet: 18, 42 and 9E. RGB value is (24,66,158). Sum of RGB (Red+Green+Blue) = 24+66+158=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #18429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18429E is #E7BD61. Grayscale: #3F3F3F. Windows color (decimal): -15187298 or 10371608. OLE color: 10371608.
HSL color Cylindrical-coordinate representation of color #18429E: hue angle of 221.19º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18429E is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 66 | 158 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.38 |
| HSL | 221.19º | 0.74% | 0.36% | - |
| HSV(B) | 221.19º | 0.85% | 0.62% | - |
| XYZ | 8.5 | 6.56 | 33.17 | - |
| YUV | 63.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 158 | 0.85 | 0.58 | 0 | 0.38 | 221.19 | 0.74 | 0.36 |
| Hex | 18 | 42 | 9E | 55 | 3A | 0 | 26 | DD | 4A | 24 |
| Octal | 30 | 102 | 236 | 125 | 72 | 0 | 46 | 335 | 112 | 44 |
| Binary | 11000 | 1000010 | 10011110 | 1010101 | 111010 | 0 | 100110 | 11011101 | 1001010 | 100100 |
Color Harmonies of #18429E
Complementary color
Monochromatic Colors of #18429E
Black with #18429E
Text Example
Text Example
White with #18429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18429E; }
p { color: rgb(24,66,158); }
H1.HeaderClassName
{
color: #18429E;
}
.AnyTagClassName
{
color: #18429E;
}
</style>
background-color css
<style>
a { background-color: #18429E; }
a { background-color: rgb(24,66,158); }
div.DivClassName
{
background-color: #18429E;
}
.BgClassName
{
background-color: #18429E;
}
</style>
border-color css
<style>
span { border-color: #18429E; }
span { border-color: rgb(24,66,158); }
td.TdClassName
{
border-color: #18429E;
}
.TagClassName
{
border-color: #18429E;
}
</style>