Shades of Egyptian Blue #18339E
Tints of Egyptian Blue #18339E
RGB
CMYK
RGB Variations
Color information
#18339E (or 0x18339E) is known color: Egyptian Blue. HEX triplet: 18, 33 and 9E. RGB value is (24,51,158). Sum of RGB (Red+Green+Blue) = 24+51+158=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #18339E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18339E is #E7CC61. Grayscale: #363636. Windows color (decimal): -15191138 or 10367768. OLE color: 10367768.
HSL color Cylindrical-coordinate representation of color #18339E: hue angle of 227.91º 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 #18339E is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 51 | 158 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.38 |
| HSL | 227.91º | 0.74% | 0.36% | - |
| HSV(B) | 227.91º | 0.85% | 0.62% | - |
| XYZ | 7.73 | 5.03 | 32.91 | - |
| YUV | 55.13 | 186.05 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 158 | 0.85 | 0.68 | 0 | 0.38 | 227.91 | 0.74 | 0.36 |
| Hex | 18 | 33 | 9E | 55 | 44 | 0 | 26 | E4 | 4A | 24 |
| Octal | 30 | 63 | 236 | 125 | 104 | 0 | 46 | 344 | 112 | 44 |
| Binary | 11000 | 110011 | 10011110 | 1010101 | 1000100 | 0 | 100110 | 11100100 | 1001010 | 100100 |
Color Harmonies of #18339E
Complementary color
Monochromatic Colors of #18339E
Black with #18339E
Text Example
Text Example
White with #18339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18339E; }
p { color: rgb(24,51,158); }
H1.HeaderClassName
{
color: #18339E;
}
.AnyTagClassName
{
color: #18339E;
}
</style>
background-color css
<style>
a { background-color: #18339E; }
a { background-color: rgb(24,51,158); }
div.DivClassName
{
background-color: #18339E;
}
.BgClassName
{
background-color: #18339E;
}
</style>
border-color css
<style>
span { border-color: #18339E; }
span { border-color: rgb(24,51,158); }
td.TdClassName
{
border-color: #18339E;
}
.TagClassName
{
border-color: #18339E;
}
</style>