Shades of Egyptian Blue #15249F
Tints of Egyptian Blue #15249F
RGB
CMYK
RGB Variations
Color information
#15249F (or 0x15249F) is known color: Egyptian Blue. HEX triplet: 15, 24 and 9F. RGB value is (21,36,159). Sum of RGB (Red+Green+Blue) = 21+36+159=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #15249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15249F is #EADB60. Grayscale: #2D2D2D. Windows color (decimal): -15391585 or 10429461. OLE color: 10429461.
HSL color Cylindrical-coordinate representation of color #15249F: hue angle of 233.48º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15249F is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 36 | 159 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.38 |
| HSL | 233.48º | 0.77% | 0.35% | - |
| HSV(B) | 233.48º | 0.87% | 0.62% | - |
| XYZ | 7.2 | 3.92 | 33.18 | - |
| YUV | 45.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 159 | 0.87 | 0.77 | 0 | 0.38 | 233.48 | 0.77 | 0.35 |
| Hex | 15 | 24 | 9F | 57 | 4D | 0 | 26 | E9 | 4D | 23 |
| Octal | 25 | 44 | 237 | 127 | 115 | 0 | 46 | 351 | 115 | 43 |
| Binary | 10101 | 100100 | 10011111 | 1010111 | 1001101 | 0 | 100110 | 11101001 | 1001101 | 100011 |
Color Harmonies of #15249F
Complementary color
Monochromatic Colors of #15249F
Black with #15249F
Text Example
Text Example
White with #15249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15249F; }
p { color: rgb(21,36,159); }
H1.HeaderClassName
{
color: #15249F;
}
.AnyTagClassName
{
color: #15249F;
}
</style>
background-color css
<style>
a { background-color: #15249F; }
a { background-color: rgb(21,36,159); }
div.DivClassName
{
background-color: #15249F;
}
.BgClassName
{
background-color: #15249F;
}
</style>
border-color css
<style>
span { border-color: #15249F; }
span { border-color: rgb(21,36,159); }
td.TdClassName
{
border-color: #15249F;
}
.TagClassName
{
border-color: #15249F;
}
</style>