Shades of Egyptian Blue #18409E
Tints of Egyptian Blue #18409E
RGB
CMYK
RGB Variations
Color information
#18409E (or 0x18409E) is known color: Egyptian Blue. HEX triplet: 18, 40 and 9E. RGB value is (24,64,158). Sum of RGB (Red+Green+Blue) = 24+64+158=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #18409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18409E is #E7BF61. Grayscale: #3E3E3E. Windows color (decimal): -15187810 or 10371096. OLE color: 10371096.
HSL color Cylindrical-coordinate representation of color #18409E: hue angle of 222.09º 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 #18409E is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 64 | 158 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.38 |
| HSL | 222.09º | 0.74% | 0.36% | - |
| HSV(B) | 222.09º | 0.85% | 0.62% | - |
| XYZ | 8.38 | 6.33 | 33.13 | - |
| YUV | 62.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 158 | 0.85 | 0.59 | 0 | 0.38 | 222.09 | 0.74 | 0.36 |
| Hex | 18 | 40 | 9E | 55 | 3B | 0 | 26 | DE | 4A | 24 |
| Octal | 30 | 100 | 236 | 125 | 73 | 0 | 46 | 336 | 112 | 44 |
| Binary | 11000 | 1000000 | 10011110 | 1010101 | 111011 | 0 | 100110 | 11011110 | 1001010 | 100100 |
Color Harmonies of #18409E
Complementary color
Monochromatic Colors of #18409E
Black with #18409E
Text Example
Text Example
White with #18409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18409E; }
p { color: rgb(24,64,158); }
H1.HeaderClassName
{
color: #18409E;
}
.AnyTagClassName
{
color: #18409E;
}
</style>
background-color css
<style>
a { background-color: #18409E; }
a { background-color: rgb(24,64,158); }
div.DivClassName
{
background-color: #18409E;
}
.BgClassName
{
background-color: #18409E;
}
</style>
border-color css
<style>
span { border-color: #18409E; }
span { border-color: rgb(24,64,158); }
td.TdClassName
{
border-color: #18409E;
}
.TagClassName
{
border-color: #18409E;
}
</style>