Shades of Egyptian Blue #18319F
Tints of Egyptian Blue #18319F
RGB
CMYK
RGB Variations
Color information
#18319F (or 0x18319F) is known color: Egyptian Blue. HEX triplet: 18, 31 and 9F. RGB value is (24,49,159). Sum of RGB (Red+Green+Blue) = 24+49+159=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #18319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18319F is #E7CE60. Grayscale: #353535. Windows color (decimal): -15191649 or 10432792. OLE color: 10432792.
HSL color Cylindrical-coordinate representation of color #18319F: hue angle of 228.89º 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 #18319F is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 49 | 159 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.38 |
| HSL | 228.89º | 0.74% | 0.36% | - |
| HSV(B) | 228.89º | 0.85% | 0.62% | - |
| XYZ | 7.73 | 4.89 | 33.34 | - |
| YUV | 54.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 159 | 0.85 | 0.69 | 0 | 0.38 | 228.89 | 0.74 | 0.36 |
| Hex | 18 | 31 | 9F | 55 | 45 | 0 | 26 | E5 | 4A | 24 |
| Octal | 30 | 61 | 237 | 125 | 105 | 0 | 46 | 345 | 112 | 44 |
| Binary | 11000 | 110001 | 10011111 | 1010101 | 1000101 | 0 | 100110 | 11100101 | 1001010 | 100100 |
Color Harmonies of #18319F
Complementary color
Monochromatic Colors of #18319F
Black with #18319F
Text Example
Text Example
White with #18319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18319F; }
p { color: rgb(24,49,159); }
H1.HeaderClassName
{
color: #18319F;
}
.AnyTagClassName
{
color: #18319F;
}
</style>
background-color css
<style>
a { background-color: #18319F; }
a { background-color: rgb(24,49,159); }
div.DivClassName
{
background-color: #18319F;
}
.BgClassName
{
background-color: #18319F;
}
</style>
border-color css
<style>
span { border-color: #18319F; }
span { border-color: rgb(24,49,159); }
td.TdClassName
{
border-color: #18319F;
}
.TagClassName
{
border-color: #18319F;
}
</style>