Shades of Egyptian Blue #18459C
Tints of Egyptian Blue #18459C
RGB
CMYK
RGB Variations
Color information
#18459C (or 0x18459C) is known color: Egyptian Blue. HEX triplet: 18, 45 and 9C. RGB value is (24,69,156). Sum of RGB (Red+Green+Blue) = 24+69+156=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #18459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18459C is #E7BA63. Grayscale: #414141. Windows color (decimal): -15186532 or 10241304. OLE color: 10241304.
HSL color Cylindrical-coordinate representation of color #18459C: hue angle of 219.55º 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 #18459C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 69 | 156 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.39 |
| HSL | 219.55º | 0.73% | 0.35% | - |
| HSV(B) | 219.55º | 0.85% | 0.61% | - |
| XYZ | 8.51 | 6.85 | 32.33 | - |
| YUV | 65.46 | 179.09 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 156 | 0.85 | 0.56 | 0 | 0.39 | 219.55 | 0.73 | 0.35 |
| Hex | 18 | 45 | 9C | 55 | 38 | 0 | 27 | DC | 49 | 23 |
| Octal | 30 | 105 | 234 | 125 | 70 | 0 | 47 | 334 | 111 | 43 |
| Binary | 11000 | 1000101 | 10011100 | 1010101 | 111000 | 0 | 100111 | 11011100 | 1001001 | 100011 |
Color Harmonies of #18459C
Complementary color
Monochromatic Colors of #18459C
Black with #18459C
Text Example
Text Example
White with #18459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18459C; }
p { color: rgb(24,69,156); }
H1.HeaderClassName
{
color: #18459C;
}
.AnyTagClassName
{
color: #18459C;
}
</style>
background-color css
<style>
a { background-color: #18459C; }
a { background-color: rgb(24,69,156); }
div.DivClassName
{
background-color: #18459C;
}
.BgClassName
{
background-color: #18459C;
}
</style>
border-color css
<style>
span { border-color: #18459C; }
span { border-color: rgb(24,69,156); }
td.TdClassName
{
border-color: #18459C;
}
.TagClassName
{
border-color: #18459C;
}
</style>