Shades of Egyptian Blue #18409C
Tints of Egyptian Blue #18409C
RGB
CMYK
RGB Variations
Color information
#18409C (or 0x18409C) is known color: Egyptian Blue. HEX triplet: 18, 40 and 9C. RGB value is (24,64,156). Sum of RGB (Red+Green+Blue) = 24+64+156=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #18409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18409C is #E7BF63. Grayscale: #3E3E3E. Windows color (decimal): -15187812 or 10240024. OLE color: 10240024.
HSL color Cylindrical-coordinate representation of color #18409C: hue angle of 221.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18409C is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 64 | 156 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.39 |
| HSL | 221.82º | 0.73% | 0.35% | - |
| HSV(B) | 221.82º | 0.85% | 0.61% | - |
| XYZ | 8.21 | 6.26 | 32.23 | - |
| YUV | 62.53 | 180.75 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 156 | 0.85 | 0.59 | 0 | 0.39 | 221.82 | 0.73 | 0.35 |
| Hex | 18 | 40 | 9C | 55 | 3B | 0 | 27 | DE | 49 | 23 |
| Octal | 30 | 100 | 234 | 125 | 73 | 0 | 47 | 336 | 111 | 43 |
| Binary | 11000 | 1000000 | 10011100 | 1010101 | 111011 | 0 | 100111 | 11011110 | 1001001 | 100011 |
Color Harmonies of #18409C
Complementary color
Monochromatic Colors of #18409C
Black with #18409C
Text Example
Text Example
White with #18409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18409C; }
p { color: rgb(24,64,156); }
H1.HeaderClassName
{
color: #18409C;
}
.AnyTagClassName
{
color: #18409C;
}
</style>
background-color css
<style>
a { background-color: #18409C; }
a { background-color: rgb(24,64,156); }
div.DivClassName
{
background-color: #18409C;
}
.BgClassName
{
background-color: #18409C;
}
</style>
border-color css
<style>
span { border-color: #18409C; }
span { border-color: rgb(24,64,156); }
td.TdClassName
{
border-color: #18409C;
}
.TagClassName
{
border-color: #18409C;
}
</style>