Shades of Egyptian Blue #18289A
Tints of Egyptian Blue #18289A
RGB
CMYK
RGB Variations
Color information
#18289A (or 0x18289A) is known color: Egyptian Blue. HEX triplet: 18, 28 and 9A. RGB value is (24,40,154). Sum of RGB (Red+Green+Blue) = 24+40+154=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #18289A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18289A is #E7D765. Grayscale: #2F2F2F. Windows color (decimal): -15193958 or 10102808. OLE color: 10102808.
HSL color Cylindrical-coordinate representation of color #18289A: hue angle of 232.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18289A is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 40 | 154 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.40 |
| HSL | 232.62º | 0.73% | 0.35% | - |
| HSV(B) | 232.62º | 0.84% | 0.6% | - |
| XYZ | 6.97 | 4.04 | 30.99 | - |
| YUV | 48.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 154 | 0.84 | 0.74 | 0 | 0.40 | 232.62 | 0.73 | 0.35 |
| Hex | 18 | 28 | 9A | 54 | 4A | 0 | 28 | E9 | 49 | 23 |
| Octal | 30 | 50 | 232 | 124 | 112 | 0 | 50 | 351 | 111 | 43 |
| Binary | 11000 | 101000 | 10011010 | 1010100 | 1001010 | 0 | 101000 | 11101001 | 1001001 | 100011 |
Color Harmonies of #18289A
Complementary color
Monochromatic Colors of #18289A
Black with #18289A
Text Example
Text Example
White with #18289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18289A; }
p { color: rgb(24,40,154); }
H1.HeaderClassName
{
color: #18289A;
}
.AnyTagClassName
{
color: #18289A;
}
</style>
background-color css
<style>
a { background-color: #18289A; }
a { background-color: rgb(24,40,154); }
div.DivClassName
{
background-color: #18289A;
}
.BgClassName
{
background-color: #18289A;
}
</style>
border-color css
<style>
span { border-color: #18289A; }
span { border-color: rgb(24,40,154); }
td.TdClassName
{
border-color: #18289A;
}
.TagClassName
{
border-color: #18289A;
}
</style>