Shades of Egyptian Blue #18409F
Tints of Egyptian Blue #18409F
RGB
CMYK
RGB Variations
Color information
#18409F (or 0x18409F) is known color: Egyptian Blue. HEX triplet: 18, 40 and 9F. RGB value is (24,64,159). Sum of RGB (Red+Green+Blue) = 24+64+159=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #18409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18409F is #E7BF60. Grayscale: #3E3E3E. Windows color (decimal): -15187809 or 10436632. OLE color: 10436632.
HSL color Cylindrical-coordinate representation of color #18409F: hue angle of 222.22º 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 #18409F is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 64 | 159 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.38 |
| HSL | 222.22º | 0.74% | 0.36% | - |
| HSV(B) | 222.22º | 0.85% | 0.62% | - |
| XYZ | 8.47 | 6.36 | 33.58 | - |
| YUV | 62.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 159 | 0.85 | 0.60 | 0 | 0.38 | 222.22 | 0.74 | 0.36 |
| Hex | 18 | 40 | 9F | 55 | 3C | 0 | 26 | DE | 4A | 24 |
| Octal | 30 | 100 | 237 | 125 | 74 | 0 | 46 | 336 | 112 | 44 |
| Binary | 11000 | 1000000 | 10011111 | 1010101 | 111100 | 0 | 100110 | 11011110 | 1001010 | 100100 |
Color Harmonies of #18409F
Complementary color
Monochromatic Colors of #18409F
Black with #18409F
Text Example
Text Example
White with #18409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18409F; }
p { color: rgb(24,64,159); }
H1.HeaderClassName
{
color: #18409F;
}
.AnyTagClassName
{
color: #18409F;
}
</style>
background-color css
<style>
a { background-color: #18409F; }
a { background-color: rgb(24,64,159); }
div.DivClassName
{
background-color: #18409F;
}
.BgClassName
{
background-color: #18409F;
}
</style>
border-color css
<style>
span { border-color: #18409F; }
span { border-color: rgb(24,64,159); }
td.TdClassName
{
border-color: #18409F;
}
.TagClassName
{
border-color: #18409F;
}
</style>