Shades of Egyptian Blue #18479D
Tints of Egyptian Blue #18479D
RGB
CMYK
RGB Variations
Color information
#18479D (or 0x18479D) is known color: Egyptian Blue. HEX triplet: 18, 47 and 9D. RGB value is (24,71,157). Sum of RGB (Red+Green+Blue) = 24+71+157=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #18479D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18479D is #E7B862. Grayscale: #424242. Windows color (decimal): -15186019 or 10307352. OLE color: 10307352.
HSL color Cylindrical-coordinate representation of color #18479D: hue angle of 218.8º 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 #18479D is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 71 | 157 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.38 |
| HSL | 218.8º | 0.73% | 0.35% | - |
| HSV(B) | 218.8º | 0.85% | 0.62% | - |
| XYZ | 8.72 | 7.13 | 32.82 | - |
| YUV | 66.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 157 | 0.85 | 0.55 | 0 | 0.38 | 218.8 | 0.73 | 0.35 |
| Hex | 18 | 47 | 9D | 55 | 37 | 0 | 26 | DB | 49 | 23 |
| Octal | 30 | 107 | 235 | 125 | 67 | 0 | 46 | 333 | 111 | 43 |
| Binary | 11000 | 1000111 | 10011101 | 1010101 | 110111 | 0 | 100110 | 11011011 | 1001001 | 100011 |
Color Harmonies of #18479D
Complementary color
Monochromatic Colors of #18479D
Black with #18479D
Text Example
Text Example
White with #18479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18479D; }
p { color: rgb(24,71,157); }
H1.HeaderClassName
{
color: #18479D;
}
.AnyTagClassName
{
color: #18479D;
}
</style>
background-color css
<style>
a { background-color: #18479D; }
a { background-color: rgb(24,71,157); }
div.DivClassName
{
background-color: #18479D;
}
.BgClassName
{
background-color: #18479D;
}
</style>
border-color css
<style>
span { border-color: #18479D; }
span { border-color: rgb(24,71,157); }
td.TdClassName
{
border-color: #18479D;
}
.TagClassName
{
border-color: #18479D;
}
</style>