Shades of Egyptian Blue #18359F
Tints of Egyptian Blue #18359F
RGB
CMYK
RGB Variations
Color information
#18359F (or 0x18359F) is known color: Egyptian Blue. HEX triplet: 18, 35 and 9F. RGB value is (24,53,159). Sum of RGB (Red+Green+Blue) = 24+53+159=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #18359F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18359F is #E7CA60. Grayscale: #373737. Windows color (decimal): -15190625 or 10433816. OLE color: 10433816.
HSL color Cylindrical-coordinate representation of color #18359F: hue angle of 227.11º 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 #18359F is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 53 | 159 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.38 |
| HSL | 227.11º | 0.74% | 0.36% | - |
| HSV(B) | 227.11º | 0.85% | 0.62% | - |
| XYZ | 7.91 | 5.24 | 33.4 | - |
| YUV | 56.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 159 | 0.85 | 0.67 | 0 | 0.38 | 227.11 | 0.74 | 0.36 |
| Hex | 18 | 35 | 9F | 55 | 43 | 0 | 26 | E3 | 4A | 24 |
| Octal | 30 | 65 | 237 | 125 | 103 | 0 | 46 | 343 | 112 | 44 |
| Binary | 11000 | 110101 | 10011111 | 1010101 | 1000011 | 0 | 100110 | 11100011 | 1001010 | 100100 |
Color Harmonies of #18359F
Complementary color
Monochromatic Colors of #18359F
Black with #18359F
Text Example
Text Example
White with #18359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18359F; }
p { color: rgb(24,53,159); }
H1.HeaderClassName
{
color: #18359F;
}
.AnyTagClassName
{
color: #18359F;
}
</style>
background-color css
<style>
a { background-color: #18359F; }
a { background-color: rgb(24,53,159); }
div.DivClassName
{
background-color: #18359F;
}
.BgClassName
{
background-color: #18359F;
}
</style>
border-color css
<style>
span { border-color: #18359F; }
span { border-color: rgb(24,53,159); }
td.TdClassName
{
border-color: #18359F;
}
.TagClassName
{
border-color: #18359F;
}
</style>