Shades of Egyptian Blue #15249B
Tints of Egyptian Blue #15249B
RGB
CMYK
RGB Variations
Color information
#15249B (or 0x15249B) is known color: Egyptian Blue. HEX triplet: 15, 24 and 9B. RGB value is (21,36,155). Sum of RGB (Red+Green+Blue) = 21+36+155=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #15249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15249B is #EADB64. Grayscale: #2C2C2C. Windows color (decimal): -15391589 or 10167317. OLE color: 10167317.
HSL color Cylindrical-coordinate representation of color #15249B: hue angle of 233.28º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15249B is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 36 | 155 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.39 |
| HSL | 233.28º | 0.76% | 0.35% | - |
| HSV(B) | 233.28º | 0.86% | 0.61% | - |
| XYZ | 6.86 | 3.79 | 31.38 | - |
| YUV | 45.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 155 | 0.86 | 0.77 | 0 | 0.39 | 233.28 | 0.76 | 0.35 |
| Hex | 15 | 24 | 9B | 56 | 4D | 0 | 27 | E9 | 4C | 23 |
| Octal | 25 | 44 | 233 | 126 | 115 | 0 | 47 | 351 | 114 | 43 |
| Binary | 10101 | 100100 | 10011011 | 1010110 | 1001101 | 0 | 100111 | 11101001 | 1001100 | 100011 |
Color Harmonies of #15249B
Complementary color
Monochromatic Colors of #15249B
Black with #15249B
Text Example
Text Example
White with #15249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15249B; }
p { color: rgb(21,36,155); }
H1.HeaderClassName
{
color: #15249B;
}
.AnyTagClassName
{
color: #15249B;
}
</style>
background-color css
<style>
a { background-color: #15249B; }
a { background-color: rgb(21,36,155); }
div.DivClassName
{
background-color: #15249B;
}
.BgClassName
{
background-color: #15249B;
}
</style>
border-color css
<style>
span { border-color: #15249B; }
span { border-color: rgb(21,36,155); }
td.TdClassName
{
border-color: #15249B;
}
.TagClassName
{
border-color: #15249B;
}
</style>