Shades of Egyptian Blue #152FAE
Tints of Egyptian Blue #152FAE
RGB
CMYK
RGB Variations
Color information
#152FAE (or 0x152FAE) is known color: Egyptian Blue. HEX triplet: 15, 2F and AE. RGB value is (21,47,174). Sum of RGB (Red+Green+Blue) = 21+47+174=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #152FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FAE is #EAD051. Grayscale: #353535. Windows color (decimal): -15388754 or 11415317. OLE color: 11415317.
HSL color Cylindrical-coordinate representation of color #152FAE: hue angle of 229.8º 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 #152FAE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 47 | 174 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.32 |
| HSL | 229.8º | 0.78% | 0.38% | - |
| HSV(B) | 229.8º | 0.88% | 0.68% | - |
| XYZ | 8.97 | 5.25 | 40.58 | - |
| YUV | 53.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 174 | 0.88 | 0.73 | 0 | 0.32 | 229.8 | 0.78 | 0.38 |
| Hex | 15 | 2F | AE | 58 | 49 | 0 | 20 | E6 | 4E | 26 |
| Octal | 25 | 57 | 256 | 130 | 111 | 0 | 40 | 346 | 116 | 46 |
| Binary | 10101 | 101111 | 10101110 | 1011000 | 1001001 | 0 | 100000 | 11100110 | 1001110 | 100110 |
Color Harmonies of #152FAE
Complementary color
Monochromatic Colors of #152FAE
Black with #152FAE
Text Example
Text Example
White with #152FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FAE; }
p { color: rgb(21,47,174); }
H1.HeaderClassName
{
color: #152FAE;
}
.AnyTagClassName
{
color: #152FAE;
}
</style>
background-color css
<style>
a { background-color: #152FAE; }
a { background-color: rgb(21,47,174); }
div.DivClassName
{
background-color: #152FAE;
}
.BgClassName
{
background-color: #152FAE;
}
</style>
border-color css
<style>
span { border-color: #152FAE; }
span { border-color: rgb(21,47,174); }
td.TdClassName
{
border-color: #152FAE;
}
.TagClassName
{
border-color: #152FAE;
}
</style>