Shades of Egyptian Blue #18359B
Tints of Egyptian Blue #18359B
RGB
CMYK
RGB Variations
Color information
#18359B (or 0x18359B) is known color: Egyptian Blue. HEX triplet: 18, 35 and 9B. RGB value is (24,53,155). Sum of RGB (Red+Green+Blue) = 24+53+155=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #18359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18359B is #E7CA64. Grayscale: #373737. Windows color (decimal): -15190629 or 10171672. OLE color: 10171672.
HSL color Cylindrical-coordinate representation of color #18359B: hue angle of 226.72º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18359B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 53 | 155 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.39 |
| HSL | 226.72º | 0.73% | 0.35% | - |
| HSV(B) | 226.72º | 0.85% | 0.61% | - |
| XYZ | 7.57 | 5.11 | 31.6 | - |
| YUV | 55.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 155 | 0.85 | 0.66 | 0 | 0.39 | 226.72 | 0.73 | 0.35 |
| Hex | 18 | 35 | 9B | 55 | 42 | 0 | 27 | E3 | 49 | 23 |
| Octal | 30 | 65 | 233 | 125 | 102 | 0 | 47 | 343 | 111 | 43 |
| Binary | 11000 | 110101 | 10011011 | 1010101 | 1000010 | 0 | 100111 | 11100011 | 1001001 | 100011 |
Color Harmonies of #18359B
Complementary color
Monochromatic Colors of #18359B
Black with #18359B
Text Example
Text Example
White with #18359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18359B; }
p { color: rgb(24,53,155); }
H1.HeaderClassName
{
color: #18359B;
}
.AnyTagClassName
{
color: #18359B;
}
</style>
background-color css
<style>
a { background-color: #18359B; }
a { background-color: rgb(24,53,155); }
div.DivClassName
{
background-color: #18359B;
}
.BgClassName
{
background-color: #18359B;
}
</style>
border-color css
<style>
span { border-color: #18359B; }
span { border-color: rgb(24,53,155); }
td.TdClassName
{
border-color: #18359B;
}
.TagClassName
{
border-color: #18359B;
}
</style>