Shades of Egyptian Blue #15299F
Tints of Egyptian Blue #15299F
RGB
CMYK
RGB Variations
Color information
#15299F (or 0x15299F) is known color: Egyptian Blue. HEX triplet: 15, 29 and 9F. RGB value is (21,41,159). Sum of RGB (Red+Green+Blue) = 21+41+159=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #15299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15299F is #EAD660. Grayscale: #2F2F2F. Windows color (decimal): -15390305 or 10430741. OLE color: 10430741.
HSL color Cylindrical-coordinate representation of color #15299F: hue angle of 231.3º 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 #15299F is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 41 | 159 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.38 |
| HSL | 231.3º | 0.77% | 0.35% | - |
| HSV(B) | 231.3º | 0.87% | 0.62% | - |
| XYZ | 7.36 | 4.25 | 33.23 | - |
| YUV | 48.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 159 | 0.87 | 0.74 | 0 | 0.38 | 231.3 | 0.77 | 0.35 |
| Hex | 15 | 29 | 9F | 57 | 4A | 0 | 26 | E7 | 4D | 23 |
| Octal | 25 | 51 | 237 | 127 | 112 | 0 | 46 | 347 | 115 | 43 |
| Binary | 10101 | 101001 | 10011111 | 1010111 | 1001010 | 0 | 100110 | 11100111 | 1001101 | 100011 |
Color Harmonies of #15299F
Complementary color
Monochromatic Colors of #15299F
Black with #15299F
Text Example
Text Example
White with #15299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15299F; }
p { color: rgb(21,41,159); }
H1.HeaderClassName
{
color: #15299F;
}
.AnyTagClassName
{
color: #15299F;
}
</style>
background-color css
<style>
a { background-color: #15299F; }
a { background-color: rgb(21,41,159); }
div.DivClassName
{
background-color: #15299F;
}
.BgClassName
{
background-color: #15299F;
}
</style>
border-color css
<style>
span { border-color: #15299F; }
span { border-color: rgb(21,41,159); }
td.TdClassName
{
border-color: #15299F;
}
.TagClassName
{
border-color: #15299F;
}
</style>