Shades of Egyptian Blue #15469A
Tints of Egyptian Blue #15469A
RGB
CMYK
RGB Variations
Color information
#15469A (or 0x15469A) is known color: Egyptian Blue. HEX triplet: 15, 46 and 9A. RGB value is (21,70,154). Sum of RGB (Red+Green+Blue) = 21+70+154=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #15469A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15469A is #EAB965. Grayscale: #404040. Windows color (decimal): -15382886 or 10110485. OLE color: 10110485.
HSL color Cylindrical-coordinate representation of color #15469A: hue angle of 217.89º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15469A is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 70 | 154 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.40 |
| HSL | 217.89º | 0.76% | 0.34% | - |
| HSV(B) | 217.89º | 0.86% | 0.6% | - |
| XYZ | 8.33 | 6.87 | 31.46 | - |
| YUV | 64.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 154 | 0.86 | 0.55 | 0 | 0.40 | 217.89 | 0.76 | 0.34 |
| Hex | 15 | 46 | 9A | 56 | 37 | 0 | 28 | DA | 4C | 22 |
| Octal | 25 | 106 | 232 | 126 | 67 | 0 | 50 | 332 | 114 | 42 |
| Binary | 10101 | 1000110 | 10011010 | 1010110 | 110111 | 0 | 101000 | 11011010 | 1001100 | 100010 |
Color Harmonies of #15469A
Complementary color
Monochromatic Colors of #15469A
Black with #15469A
Text Example
Text Example
White with #15469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15469A; }
p { color: rgb(21,70,154); }
H1.HeaderClassName
{
color: #15469A;
}
.AnyTagClassName
{
color: #15469A;
}
</style>
background-color css
<style>
a { background-color: #15469A; }
a { background-color: rgb(21,70,154); }
div.DivClassName
{
background-color: #15469A;
}
.BgClassName
{
background-color: #15469A;
}
</style>
border-color css
<style>
span { border-color: #15469A; }
span { border-color: rgb(21,70,154); }
td.TdClassName
{
border-color: #15469A;
}
.TagClassName
{
border-color: #15469A;
}
</style>