Shades of Egyptian Blue #1531AD
Tints of Egyptian Blue #1531AD
RGB
CMYK
RGB Variations
Color information
#1531AD (or 0x1531AD) is known color: Egyptian Blue. HEX triplet: 15, 31 and AD. RGB value is (21,49,173). Sum of RGB (Red+Green+Blue) = 21+49+173=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #1531AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1531AD is #EACE52. Grayscale: #363636. Windows color (decimal): -15388243 or 11350293. OLE color: 11350293.
HSL color Cylindrical-coordinate representation of color #1531AD: hue angle of 228.95º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1531AD is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 49 | 173 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.32 |
| HSL | 228.95º | 0.78% | 0.38% | - |
| HSV(B) | 228.95º | 0.88% | 0.68% | - |
| XYZ | 8.95 | 5.37 | 40.1 | - |
| YUV | 54.76 | 194.72 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 173 | 0.88 | 0.72 | 0 | 0.32 | 228.95 | 0.78 | 0.38 |
| Hex | 15 | 31 | AD | 58 | 48 | 0 | 20 | E5 | 4E | 26 |
| Octal | 25 | 61 | 255 | 130 | 110 | 0 | 40 | 345 | 116 | 46 |
| Binary | 10101 | 110001 | 10101101 | 1011000 | 1001000 | 0 | 100000 | 11100101 | 1001110 | 100110 |
Color Harmonies of #1531AD
Complementary color
Monochromatic Colors of #1531AD
Black with #1531AD
Text Example
Text Example
White with #1531AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1531AD; }
p { color: rgb(21,49,173); }
H1.HeaderClassName
{
color: #1531AD;
}
.AnyTagClassName
{
color: #1531AD;
}
</style>
background-color css
<style>
a { background-color: #1531AD; }
a { background-color: rgb(21,49,173); }
div.DivClassName
{
background-color: #1531AD;
}
.BgClassName
{
background-color: #1531AD;
}
</style>
border-color css
<style>
span { border-color: #1531AD; }
span { border-color: rgb(21,49,173); }
td.TdClassName
{
border-color: #1531AD;
}
.TagClassName
{
border-color: #1531AD;
}
</style>