Shades of Egyptian Blue #18209F
Tints of Egyptian Blue #18209F
RGB
CMYK
RGB Variations
Color information
#18209F (or 0x18209F) is known color: Egyptian Blue. HEX triplet: 18, 20 and 9F. RGB value is (24,32,159). Sum of RGB (Red+Green+Blue) = 24+32+159=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #18209F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18209F is #E7DF60. Grayscale: #2B2B2B. Windows color (decimal): -15196001 or 10428440. OLE color: 10428440.
HSL color Cylindrical-coordinate representation of color #18209F: hue angle of 236.44º 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 #18209F is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 32 | 159 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.38 |
| HSL | 236.44º | 0.74% | 0.36% | - |
| HSV(B) | 236.44º | 0.85% | 0.62% | - |
| XYZ | 7.15 | 3.73 | 33.14 | - |
| YUV | 44.09 | 192.85 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 159 | 0.85 | 0.80 | 0 | 0.38 | 236.44 | 0.74 | 0.36 |
| Hex | 18 | 20 | 9F | 55 | 50 | 0 | 26 | EC | 4A | 24 |
| Octal | 30 | 40 | 237 | 125 | 120 | 0 | 46 | 354 | 112 | 44 |
| Binary | 11000 | 100000 | 10011111 | 1010101 | 1010000 | 0 | 100110 | 11101100 | 1001010 | 100100 |
Color Harmonies of #18209F
Complementary color
Monochromatic Colors of #18209F
Black with #18209F
Text Example
Text Example
White with #18209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18209F; }
p { color: rgb(24,32,159); }
H1.HeaderClassName
{
color: #18209F;
}
.AnyTagClassName
{
color: #18209F;
}
</style>
background-color css
<style>
a { background-color: #18209F; }
a { background-color: rgb(24,32,159); }
div.DivClassName
{
background-color: #18209F;
}
.BgClassName
{
background-color: #18209F;
}
</style>
border-color css
<style>
span { border-color: #18209F; }
span { border-color: rgb(24,32,159); }
td.TdClassName
{
border-color: #18209F;
}
.TagClassName
{
border-color: #18209F;
}
</style>