Shades of Egyptian Blue #152AAE
Tints of Egyptian Blue #152AAE
RGB
CMYK
RGB Variations
Color information
#152AAE (or 0x152AAE) is known color: Egyptian Blue. HEX triplet: 15, 2A and AE. RGB value is (21,42,174). Sum of RGB (Red+Green+Blue) = 21+42+174=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #152AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152AAE is #EAD551. Grayscale: #323232. Windows color (decimal): -15390034 or 11414037. OLE color: 11414037.
HSL color Cylindrical-coordinate representation of color #152AAE: hue angle of 231.76º 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 #152AAE is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 42 | 174 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.32 |
| HSL | 231.76º | 0.78% | 0.38% | - |
| HSV(B) | 231.76º | 0.88% | 0.68% | - |
| XYZ | 8.78 | 4.87 | 40.52 | - |
| YUV | 50.77 | 197.54 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 174 | 0.88 | 0.76 | 0 | 0.32 | 231.76 | 0.78 | 0.38 |
| Hex | 15 | 2A | AE | 58 | 4C | 0 | 20 | E8 | 4E | 26 |
| Octal | 25 | 52 | 256 | 130 | 114 | 0 | 40 | 350 | 116 | 46 |
| Binary | 10101 | 101010 | 10101110 | 1011000 | 1001100 | 0 | 100000 | 11101000 | 1001110 | 100110 |
Color Harmonies of #152AAE
Complementary color
Monochromatic Colors of #152AAE
Black with #152AAE
Text Example
Text Example
White with #152AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AAE; }
p { color: rgb(21,42,174); }
H1.HeaderClassName
{
color: #152AAE;
}
.AnyTagClassName
{
color: #152AAE;
}
</style>
background-color css
<style>
a { background-color: #152AAE; }
a { background-color: rgb(21,42,174); }
div.DivClassName
{
background-color: #152AAE;
}
.BgClassName
{
background-color: #152AAE;
}
</style>
border-color css
<style>
span { border-color: #152AAE; }
span { border-color: rgb(21,42,174); }
td.TdClassName
{
border-color: #152AAE;
}
.TagClassName
{
border-color: #152AAE;
}
</style>