Shades of Egyptian Blue #18499F
Tints of Egyptian Blue #18499F
RGB
CMYK
RGB Variations
Color information
#18499F (or 0x18499F) is known color: Egyptian Blue. HEX triplet: 18, 49 and 9F. RGB value is (24,73,159). Sum of RGB (Red+Green+Blue) = 24+73+159=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #18499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18499F is #E7B660. Grayscale: #434343. Windows color (decimal): -15185505 or 10438936. OLE color: 10438936.
HSL color Cylindrical-coordinate representation of color #18499F: hue angle of 218.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 #18499F is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 73 | 159 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.38 |
| HSL | 218.22º | 0.74% | 0.36% | - |
| HSV(B) | 218.22º | 0.85% | 0.62% | - |
| XYZ | 9.02 | 7.46 | 33.77 | - |
| YUV | 68.15 | 179.27 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 159 | 0.85 | 0.54 | 0 | 0.38 | 218.22 | 0.74 | 0.36 |
| Hex | 18 | 49 | 9F | 55 | 36 | 0 | 26 | DA | 4A | 24 |
| Octal | 30 | 111 | 237 | 125 | 66 | 0 | 46 | 332 | 112 | 44 |
| Binary | 11000 | 1001001 | 10011111 | 1010101 | 110110 | 0 | 100110 | 11011010 | 1001010 | 100100 |
Color Harmonies of #18499F
Complementary color
Monochromatic Colors of #18499F
Black with #18499F
Text Example
Text Example
White with #18499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18499F; }
p { color: rgb(24,73,159); }
H1.HeaderClassName
{
color: #18499F;
}
.AnyTagClassName
{
color: #18499F;
}
</style>
background-color css
<style>
a { background-color: #18499F; }
a { background-color: rgb(24,73,159); }
div.DivClassName
{
background-color: #18499F;
}
.BgClassName
{
background-color: #18499F;
}
</style>
border-color css
<style>
span { border-color: #18499F; }
span { border-color: rgb(24,73,159); }
td.TdClassName
{
border-color: #18499F;
}
.TagClassName
{
border-color: #18499F;
}
</style>