Shades of Egyptian Blue #152AAD
Tints of Egyptian Blue #152AAD
RGB
CMYK
RGB Variations
Color information
#152AAD (or 0x152AAD) is known color: Egyptian Blue. HEX triplet: 15, 2A and AD. RGB value is (21,42,173). Sum of RGB (Red+Green+Blue) = 21+42+173=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #152AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152AAD is #EAD552. Grayscale: #323232. Windows color (decimal): -15390035 or 11348501. OLE color: 11348501.
HSL color Cylindrical-coordinate representation of color #152AAD: hue angle of 231.71º 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 #152AAD is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 42 | 173 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.32 |
| HSL | 231.71º | 0.78% | 0.38% | - |
| HSV(B) | 231.71º | 0.88% | 0.68% | - |
| XYZ | 8.68 | 4.83 | 40.01 | - |
| YUV | 50.66 | 197.04 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 173 | 0.88 | 0.76 | 0 | 0.32 | 231.71 | 0.78 | 0.38 |
| Hex | 15 | 2A | AD | 58 | 4C | 0 | 20 | E8 | 4E | 26 |
| Octal | 25 | 52 | 255 | 130 | 114 | 0 | 40 | 350 | 116 | 46 |
| Binary | 10101 | 101010 | 10101101 | 1011000 | 1001100 | 0 | 100000 | 11101000 | 1001110 | 100110 |
Color Harmonies of #152AAD
Complementary color
Monochromatic Colors of #152AAD
Black with #152AAD
Text Example
Text Example
White with #152AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AAD; }
p { color: rgb(21,42,173); }
H1.HeaderClassName
{
color: #152AAD;
}
.AnyTagClassName
{
color: #152AAD;
}
</style>
background-color css
<style>
a { background-color: #152AAD; }
a { background-color: rgb(21,42,173); }
div.DivClassName
{
background-color: #152AAD;
}
.BgClassName
{
background-color: #152AAD;
}
</style>
border-color css
<style>
span { border-color: #152AAD; }
span { border-color: rgb(21,42,173); }
td.TdClassName
{
border-color: #152AAD;
}
.TagClassName
{
border-color: #152AAD;
}
</style>