Shades of Egyptian Blue #18409B
Tints of Egyptian Blue #18409B
RGB
CMYK
RGB Variations
Color information
#18409B (or 0x18409B) is known color: Egyptian Blue. HEX triplet: 18, 40 and 9B. RGB value is (24,64,155). Sum of RGB (Red+Green+Blue) = 24+64+155=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #18409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18409B is #E7BF64. Grayscale: #3E3E3E. Windows color (decimal): -15187813 or 10174488. OLE color: 10174488.
HSL color Cylindrical-coordinate representation of color #18409B: hue angle of 221.68º 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 #18409B is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 64 | 155 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.39 |
| HSL | 221.68º | 0.73% | 0.35% | - |
| HSV(B) | 221.68º | 0.85% | 0.61% | - |
| XYZ | 8.13 | 6.23 | 31.78 | - |
| YUV | 62.41 | 180.25 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 155 | 0.85 | 0.59 | 0 | 0.39 | 221.68 | 0.73 | 0.35 |
| Hex | 18 | 40 | 9B | 55 | 3B | 0 | 27 | DE | 49 | 23 |
| Octal | 30 | 100 | 233 | 125 | 73 | 0 | 47 | 336 | 111 | 43 |
| Binary | 11000 | 1000000 | 10011011 | 1010101 | 111011 | 0 | 100111 | 11011110 | 1001001 | 100011 |
Color Harmonies of #18409B
Complementary color
Monochromatic Colors of #18409B
Black with #18409B
Text Example
Text Example
White with #18409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18409B; }
p { color: rgb(24,64,155); }
H1.HeaderClassName
{
color: #18409B;
}
.AnyTagClassName
{
color: #18409B;
}
</style>
background-color css
<style>
a { background-color: #18409B; }
a { background-color: rgb(24,64,155); }
div.DivClassName
{
background-color: #18409B;
}
.BgClassName
{
background-color: #18409B;
}
</style>
border-color css
<style>
span { border-color: #18409B; }
span { border-color: rgb(24,64,155); }
td.TdClassName
{
border-color: #18409B;
}
.TagClassName
{
border-color: #18409B;
}
</style>