Shades of Egyptian Blue #18459B
Tints of Egyptian Blue #18459B
RGB
CMYK
RGB Variations
Color information
#18459B (or 0x18459B) is known color: Egyptian Blue. HEX triplet: 18, 45 and 9B. RGB value is (24,69,155). Sum of RGB (Red+Green+Blue) = 24+69+155=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #18459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18459B is #E7BA64. Grayscale: #404040. Windows color (decimal): -15186533 or 10175768. OLE color: 10175768.
HSL color Cylindrical-coordinate representation of color #18459B: hue angle of 219.39º 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 #18459B is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 69 | 155 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.39 |
| HSL | 219.39º | 0.73% | 0.35% | - |
| HSV(B) | 219.39º | 0.85% | 0.61% | - |
| XYZ | 8.42 | 6.82 | 31.88 | - |
| YUV | 65.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 155 | 0.85 | 0.55 | 0 | 0.39 | 219.39 | 0.73 | 0.35 |
| Hex | 18 | 45 | 9B | 55 | 37 | 0 | 27 | DB | 49 | 23 |
| Octal | 30 | 105 | 233 | 125 | 67 | 0 | 47 | 333 | 111 | 43 |
| Binary | 11000 | 1000101 | 10011011 | 1010101 | 110111 | 0 | 100111 | 11011011 | 1001001 | 100011 |
Color Harmonies of #18459B
Complementary color
Monochromatic Colors of #18459B
Black with #18459B
Text Example
Text Example
White with #18459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18459B; }
p { color: rgb(24,69,155); }
H1.HeaderClassName
{
color: #18459B;
}
.AnyTagClassName
{
color: #18459B;
}
</style>
background-color css
<style>
a { background-color: #18459B; }
a { background-color: rgb(24,69,155); }
div.DivClassName
{
background-color: #18459B;
}
.BgClassName
{
background-color: #18459B;
}
</style>
border-color css
<style>
span { border-color: #18459B; }
span { border-color: rgb(24,69,155); }
td.TdClassName
{
border-color: #18459B;
}
.TagClassName
{
border-color: #18459B;
}
</style>