Shades of Egyptian Blue #18249C
Tints of Egyptian Blue #18249C
RGB
CMYK
RGB Variations
Color information
#18249C (or 0x18249C) is known color: Egyptian Blue. HEX triplet: 18, 24 and 9C. RGB value is (24,36,156). Sum of RGB (Red+Green+Blue) = 24+36+156=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #18249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18249C is #E7DB63. Grayscale: #2D2D2D. Windows color (decimal): -15194980 or 10232856. OLE color: 10232856.
HSL color Cylindrical-coordinate representation of color #18249C: hue angle of 234.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 #18249C is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 36 | 156 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.39 |
| HSL | 234.55º | 0.73% | 0.35% | - |
| HSV(B) | 234.55º | 0.85% | 0.61% | - |
| XYZ | 7.01 | 3.86 | 31.83 | - |
| YUV | 46.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 156 | 0.85 | 0.77 | 0 | 0.39 | 234.55 | 0.73 | 0.35 |
| Hex | 18 | 24 | 9C | 55 | 4D | 0 | 27 | EB | 49 | 23 |
| Octal | 30 | 44 | 234 | 125 | 115 | 0 | 47 | 353 | 111 | 43 |
| Binary | 11000 | 100100 | 10011100 | 1010101 | 1001101 | 0 | 100111 | 11101011 | 1001001 | 100011 |
Color Harmonies of #18249C
Complementary color
Monochromatic Colors of #18249C
Black with #18249C
Text Example
Text Example
White with #18249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18249C; }
p { color: rgb(24,36,156); }
H1.HeaderClassName
{
color: #18249C;
}
.AnyTagClassName
{
color: #18249C;
}
</style>
background-color css
<style>
a { background-color: #18249C; }
a { background-color: rgb(24,36,156); }
div.DivClassName
{
background-color: #18249C;
}
.BgClassName
{
background-color: #18249C;
}
</style>
border-color css
<style>
span { border-color: #18249C; }
span { border-color: rgb(24,36,156); }
td.TdClassName
{
border-color: #18249C;
}
.TagClassName
{
border-color: #18249C;
}
</style>