Shades of Egyptian Blue #18319E
Tints of Egyptian Blue #18319E
RGB
CMYK
RGB Variations
Color information
#18319E (or 0x18319E) is known color: Egyptian Blue. HEX triplet: 18, 31 and 9E. RGB value is (24,49,158). Sum of RGB (Red+Green+Blue) = 24+49+158=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #18319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18319E is #E7CE61. Grayscale: #353535. Windows color (decimal): -15191650 or 10367256. OLE color: 10367256.
HSL color Cylindrical-coordinate representation of color #18319E: hue angle of 228.81º 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 #18319E is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 49 | 158 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.38 |
| HSL | 228.81º | 0.74% | 0.36% | - |
| HSV(B) | 228.81º | 0.85% | 0.62% | - |
| XYZ | 7.65 | 4.86 | 32.88 | - |
| YUV | 53.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 158 | 0.85 | 0.69 | 0 | 0.38 | 228.81 | 0.74 | 0.36 |
| Hex | 18 | 31 | 9E | 55 | 45 | 0 | 26 | E5 | 4A | 24 |
| Octal | 30 | 61 | 236 | 125 | 105 | 0 | 46 | 345 | 112 | 44 |
| Binary | 11000 | 110001 | 10011110 | 1010101 | 1000101 | 0 | 100110 | 11100101 | 1001010 | 100100 |
Color Harmonies of #18319E
Complementary color
Monochromatic Colors of #18319E
Black with #18319E
Text Example
Text Example
White with #18319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18319E; }
p { color: rgb(24,49,158); }
H1.HeaderClassName
{
color: #18319E;
}
.AnyTagClassName
{
color: #18319E;
}
</style>
background-color css
<style>
a { background-color: #18319E; }
a { background-color: rgb(24,49,158); }
div.DivClassName
{
background-color: #18319E;
}
.BgClassName
{
background-color: #18319E;
}
</style>
border-color css
<style>
span { border-color: #18319E; }
span { border-color: rgb(24,49,158); }
td.TdClassName
{
border-color: #18319E;
}
.TagClassName
{
border-color: #18319E;
}
</style>