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