Shades of Egyptian Blue #18489E
Tints of Egyptian Blue #18489E
RGB
CMYK
RGB Variations
Color information
#18489E (or 0x18489E) is known color: Egyptian Blue. HEX triplet: 18, 48 and 9E. RGB value is (24,72,158). Sum of RGB (Red+Green+Blue) = 24+72+158=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #18489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18489E is #E7B761. Grayscale: #434343. Windows color (decimal): -15185762 or 10373144. OLE color: 10373144.
HSL color Cylindrical-coordinate representation of color #18489E: hue angle of 218.51º 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 #18489E is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 72 | 158 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.38 |
| HSL | 218.51º | 0.74% | 0.36% | - |
| HSV(B) | 218.51º | 0.85% | 0.62% | - |
| XYZ | 8.87 | 7.3 | 33.29 | - |
| YUV | 67.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 158 | 0.85 | 0.54 | 0 | 0.38 | 218.51 | 0.74 | 0.36 |
| Hex | 18 | 48 | 9E | 55 | 36 | 0 | 26 | DB | 4A | 24 |
| Octal | 30 | 110 | 236 | 125 | 66 | 0 | 46 | 333 | 112 | 44 |
| Binary | 11000 | 1001000 | 10011110 | 1010101 | 110110 | 0 | 100110 | 11011011 | 1001010 | 100100 |
Color Harmonies of #18489E
Complementary color
Monochromatic Colors of #18489E
Black with #18489E
Text Example
Text Example
White with #18489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18489E; }
p { color: rgb(24,72,158); }
H1.HeaderClassName
{
color: #18489E;
}
.AnyTagClassName
{
color: #18489E;
}
</style>
background-color css
<style>
a { background-color: #18489E; }
a { background-color: rgb(24,72,158); }
div.DivClassName
{
background-color: #18489E;
}
.BgClassName
{
background-color: #18489E;
}
</style>
border-color css
<style>
span { border-color: #18489E; }
span { border-color: rgb(24,72,158); }
td.TdClassName
{
border-color: #18489E;
}
.TagClassName
{
border-color: #18489E;
}
</style>