Shades of Egyptian Blue #15479F
Tints of Egyptian Blue #15479F
RGB
CMYK
RGB Variations
Color information
#15479F (or 0x15479F) is known color: Egyptian Blue. HEX triplet: 15, 47 and 9F. RGB value is (21,71,159). Sum of RGB (Red+Green+Blue) = 21+71+159=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #15479F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15479F is #EAB860. Grayscale: #414141. Windows color (decimal): -15382625 or 10438421. OLE color: 10438421.
HSL color Cylindrical-coordinate representation of color #15479F: hue angle of 218.26º 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 #15479F is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 71 | 159 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.38 |
| HSL | 218.26º | 0.77% | 0.35% | - |
| HSV(B) | 218.26º | 0.87% | 0.62% | - |
| XYZ | 8.82 | 7.17 | 33.72 | - |
| YUV | 66.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 159 | 0.87 | 0.55 | 0 | 0.38 | 218.26 | 0.77 | 0.35 |
| Hex | 15 | 47 | 9F | 57 | 37 | 0 | 26 | DA | 4D | 23 |
| Octal | 25 | 107 | 237 | 127 | 67 | 0 | 46 | 332 | 115 | 43 |
| Binary | 10101 | 1000111 | 10011111 | 1010111 | 110111 | 0 | 100110 | 11011010 | 1001101 | 100011 |
Color Harmonies of #15479F
Complementary color
Monochromatic Colors of #15479F
Black with #15479F
Text Example
Text Example
White with #15479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15479F; }
p { color: rgb(21,71,159); }
H1.HeaderClassName
{
color: #15479F;
}
.AnyTagClassName
{
color: #15479F;
}
</style>
background-color css
<style>
a { background-color: #15479F; }
a { background-color: rgb(21,71,159); }
div.DivClassName
{
background-color: #15479F;
}
.BgClassName
{
background-color: #15479F;
}
</style>
border-color css
<style>
span { border-color: #15479F; }
span { border-color: rgb(21,71,159); }
td.TdClassName
{
border-color: #15479F;
}
.TagClassName
{
border-color: #15479F;
}
</style>