Shades of Egyptian Blue #18489F
Tints of Egyptian Blue #18489F
RGB
CMYK
RGB Variations
Color information
#18489F (or 0x18489F) is known color: Egyptian Blue. HEX triplet: 18, 48 and 9F. RGB value is (24,72,159). Sum of RGB (Red+Green+Blue) = 24+72+159=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #18489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18489F is #E7B760. Grayscale: #434343. Windows color (decimal): -15185761 or 10438680. OLE color: 10438680.
HSL color Cylindrical-coordinate representation of color #18489F: hue angle of 218.67º 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 #18489F is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 72 | 159 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.38 |
| HSL | 218.67º | 0.74% | 0.36% | - |
| HSV(B) | 218.67º | 0.85% | 0.62% | - |
| XYZ | 8.95 | 7.33 | 33.74 | - |
| YUV | 67.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 159 | 0.85 | 0.55 | 0 | 0.38 | 218.67 | 0.74 | 0.36 |
| Hex | 18 | 48 | 9F | 55 | 37 | 0 | 26 | DB | 4A | 24 |
| Octal | 30 | 110 | 237 | 125 | 67 | 0 | 46 | 333 | 112 | 44 |
| Binary | 11000 | 1001000 | 10011111 | 1010101 | 110111 | 0 | 100110 | 11011011 | 1001010 | 100100 |
Color Harmonies of #18489F
Complementary color
Monochromatic Colors of #18489F
Black with #18489F
Text Example
Text Example
White with #18489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18489F; }
p { color: rgb(24,72,159); }
H1.HeaderClassName
{
color: #18489F;
}
.AnyTagClassName
{
color: #18489F;
}
</style>
background-color css
<style>
a { background-color: #18489F; }
a { background-color: rgb(24,72,159); }
div.DivClassName
{
background-color: #18489F;
}
.BgClassName
{
background-color: #18489F;
}
</style>
border-color css
<style>
span { border-color: #18489F; }
span { border-color: rgb(24,72,159); }
td.TdClassName
{
border-color: #18489F;
}
.TagClassName
{
border-color: #18489F;
}
</style>