Shades of Egyptian Blue #18499B
Tints of Egyptian Blue #18499B
RGB
CMYK
RGB Variations
Color information
#18499B (or 0x18499B) is known color: Egyptian Blue. HEX triplet: 18, 49 and 9B. RGB value is (24,73,155). Sum of RGB (Red+Green+Blue) = 24+73+155=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #18499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18499B is #E7B664. Grayscale: #434343. Windows color (decimal): -15185509 or 10176792. OLE color: 10176792.
HSL color Cylindrical-coordinate representation of color #18499B: hue angle of 217.56º 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 #18499B is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 73 | 155 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.39 |
| HSL | 217.56º | 0.73% | 0.35% | - |
| HSV(B) | 217.56º | 0.85% | 0.61% | - |
| XYZ | 8.68 | 7.33 | 31.97 | - |
| YUV | 67.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 155 | 0.85 | 0.53 | 0 | 0.39 | 217.56 | 0.73 | 0.35 |
| Hex | 18 | 49 | 9B | 55 | 35 | 0 | 27 | DA | 49 | 23 |
| Octal | 30 | 111 | 233 | 125 | 65 | 0 | 47 | 332 | 111 | 43 |
| Binary | 11000 | 1001001 | 10011011 | 1010101 | 110101 | 0 | 100111 | 11011010 | 1001001 | 100011 |
Color Harmonies of #18499B
Complementary color
Monochromatic Colors of #18499B
Black with #18499B
Text Example
Text Example
White with #18499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18499B; }
p { color: rgb(24,73,155); }
H1.HeaderClassName
{
color: #18499B;
}
.AnyTagClassName
{
color: #18499B;
}
</style>
background-color css
<style>
a { background-color: #18499B; }
a { background-color: rgb(24,73,155); }
div.DivClassName
{
background-color: #18499B;
}
.BgClassName
{
background-color: #18499B;
}
</style>
border-color css
<style>
span { border-color: #18499B; }
span { border-color: rgb(24,73,155); }
td.TdClassName
{
border-color: #18499B;
}
.TagClassName
{
border-color: #18499B;
}
</style>