Shades of Egyptian Blue #18499A
Tints of Egyptian Blue #18499A
RGB
CMYK
RGB Variations
Color information
#18499A (or 0x18499A) is known color: Egyptian Blue. HEX triplet: 18, 49 and 9A. RGB value is (24,73,154). Sum of RGB (Red+Green+Blue) = 24+73+154=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #18499A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18499A is #E7B665. Grayscale: #434343. Windows color (decimal): -15185510 or 10111256. OLE color: 10111256.
HSL color Cylindrical-coordinate representation of color #18499A: hue angle of 217.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18499A is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 73 | 154 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.40 |
| HSL | 217.38º | 0.73% | 0.35% | - |
| HSV(B) | 217.38º | 0.84% | 0.6% | - |
| XYZ | 8.59 | 7.29 | 31.53 | - |
| YUV | 67.58 | 176.77 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 154 | 0.84 | 0.53 | 0 | 0.40 | 217.38 | 0.73 | 0.35 |
| Hex | 18 | 49 | 9A | 54 | 35 | 0 | 28 | D9 | 49 | 23 |
| Octal | 30 | 111 | 232 | 124 | 65 | 0 | 50 | 331 | 111 | 43 |
| Binary | 11000 | 1001001 | 10011010 | 1010100 | 110101 | 0 | 101000 | 11011001 | 1001001 | 100011 |
Color Harmonies of #18499A
Complementary color
Monochromatic Colors of #18499A
Black with #18499A
Text Example
Text Example
White with #18499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18499A; }
p { color: rgb(24,73,154); }
H1.HeaderClassName
{
color: #18499A;
}
.AnyTagClassName
{
color: #18499A;
}
</style>
background-color css
<style>
a { background-color: #18499A; }
a { background-color: rgb(24,73,154); }
div.DivClassName
{
background-color: #18499A;
}
.BgClassName
{
background-color: #18499A;
}
</style>
border-color css
<style>
span { border-color: #18499A; }
span { border-color: rgb(24,73,154); }
td.TdClassName
{
border-color: #18499A;
}
.TagClassName
{
border-color: #18499A;
}
</style>