Shades of Egyptian Blue #18489D
Tints of Egyptian Blue #18489D
RGB
CMYK
RGB Variations
Color information
#18489D (or 0x18489D) is known color: Egyptian Blue. HEX triplet: 18, 48 and 9D. RGB value is (24,72,157). Sum of RGB (Red+Green+Blue) = 24+72+157=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #18489D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18489D is #E7B762. Grayscale: #424242. Windows color (decimal): -15185763 or 10307608. OLE color: 10307608.
HSL color Cylindrical-coordinate representation of color #18489D: hue angle of 218.35º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18489D is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 72 | 157 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.38 |
| HSL | 218.35º | 0.73% | 0.35% | - |
| HSV(B) | 218.35º | 0.85% | 0.62% | - |
| XYZ | 8.78 | 7.26 | 32.84 | - |
| YUV | 67.34 | 178.6 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 157 | 0.85 | 0.54 | 0 | 0.38 | 218.35 | 0.73 | 0.35 |
| Hex | 18 | 48 | 9D | 55 | 36 | 0 | 26 | DA | 49 | 23 |
| Octal | 30 | 110 | 235 | 125 | 66 | 0 | 46 | 332 | 111 | 43 |
| Binary | 11000 | 1001000 | 10011101 | 1010101 | 110110 | 0 | 100110 | 11011010 | 1001001 | 100011 |
Color Harmonies of #18489D
Complementary color
Monochromatic Colors of #18489D
Black with #18489D
Text Example
Text Example
White with #18489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18489D; }
p { color: rgb(24,72,157); }
H1.HeaderClassName
{
color: #18489D;
}
.AnyTagClassName
{
color: #18489D;
}
</style>
background-color css
<style>
a { background-color: #18489D; }
a { background-color: rgb(24,72,157); }
div.DivClassName
{
background-color: #18489D;
}
.BgClassName
{
background-color: #18489D;
}
</style>
border-color css
<style>
span { border-color: #18489D; }
span { border-color: rgb(24,72,157); }
td.TdClassName
{
border-color: #18489D;
}
.TagClassName
{
border-color: #18489D;
}
</style>