Shades of Egyptian Blue #18359C
Tints of Egyptian Blue #18359C
RGB
CMYK
RGB Variations
Color information
#18359C (or 0x18359C) is known color: Egyptian Blue. HEX triplet: 18, 35 and 9C. RGB value is (24,53,156). Sum of RGB (Red+Green+Blue) = 24+53+156=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #18359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18359C is #E7CA63. Grayscale: #373737. Windows color (decimal): -15190628 or 10237208. OLE color: 10237208.
HSL color Cylindrical-coordinate representation of color #18359C: hue angle of 226.82º 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 #18359C is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 53 | 156 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.39 |
| HSL | 226.82º | 0.73% | 0.35% | - |
| HSV(B) | 226.82º | 0.85% | 0.61% | - |
| XYZ | 7.65 | 5.14 | 32.04 | - |
| YUV | 56.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 156 | 0.85 | 0.66 | 0 | 0.39 | 226.82 | 0.73 | 0.35 |
| Hex | 18 | 35 | 9C | 55 | 42 | 0 | 27 | E3 | 49 | 23 |
| Octal | 30 | 65 | 234 | 125 | 102 | 0 | 47 | 343 | 111 | 43 |
| Binary | 11000 | 110101 | 10011100 | 1010101 | 1000010 | 0 | 100111 | 11100011 | 1001001 | 100011 |
Color Harmonies of #18359C
Complementary color
Monochromatic Colors of #18359C
Black with #18359C
Text Example
Text Example
White with #18359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18359C; }
p { color: rgb(24,53,156); }
H1.HeaderClassName
{
color: #18359C;
}
.AnyTagClassName
{
color: #18359C;
}
</style>
background-color css
<style>
a { background-color: #18359C; }
a { background-color: rgb(24,53,156); }
div.DivClassName
{
background-color: #18359C;
}
.BgClassName
{
background-color: #18359C;
}
</style>
border-color css
<style>
span { border-color: #18359C; }
span { border-color: rgb(24,53,156); }
td.TdClassName
{
border-color: #18359C;
}
.TagClassName
{
border-color: #18359C;
}
</style>