Shades of Egyptian Blue #1531A0
Tints of Egyptian Blue #1531A0
RGB
CMYK
RGB Variations
Color information
#1531A0 (or 0x1531A0) is known color: Egyptian Blue. HEX triplet: 15, 31 and A0. RGB value is (21,49,160). Sum of RGB (Red+Green+Blue) = 21+49+160=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #1531A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1531A0 is #EACE5F. Grayscale: #343434. Windows color (decimal): -15388256 or 10498325. OLE color: 10498325.
HSL color Cylindrical-coordinate representation of color #1531A0: hue angle of 227.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1531A0 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 49 | 160 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.37 |
| HSL | 227.91º | 0.77% | 0.35% | - |
| HSV(B) | 227.91º | 0.87% | 0.63% | - |
| XYZ | 7.75 | 4.89 | 33.79 | - |
| YUV | 53.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 160 | 0.87 | 0.69 | 0 | 0.37 | 227.91 | 0.77 | 0.35 |
| Hex | 15 | 31 | A0 | 57 | 45 | 0 | 25 | E4 | 4D | 23 |
| Octal | 25 | 61 | 240 | 127 | 105 | 0 | 45 | 344 | 115 | 43 |
| Binary | 10101 | 110001 | 10100000 | 1010111 | 1000101 | 0 | 100101 | 11100100 | 1001101 | 100011 |
Color Harmonies of #1531A0
Complementary color
Monochromatic Colors of #1531A0
Black with #1531A0
Text Example
Text Example
White with #1531A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1531A0; }
p { color: rgb(21,49,160); }
H1.HeaderClassName
{
color: #1531A0;
}
.AnyTagClassName
{
color: #1531A0;
}
</style>
background-color css
<style>
a { background-color: #1531A0; }
a { background-color: rgb(21,49,160); }
div.DivClassName
{
background-color: #1531A0;
}
.BgClassName
{
background-color: #1531A0;
}
</style>
border-color css
<style>
span { border-color: #1531A0; }
span { border-color: rgb(21,49,160); }
td.TdClassName
{
border-color: #1531A0;
}
.TagClassName
{
border-color: #1531A0;
}
</style>