Shades of Egyptian Blue #152FA1
Tints of Egyptian Blue #152FA1
RGB
CMYK
RGB Variations
Color information
#152FA1 (or 0x152FA1) is known color: Egyptian Blue. HEX triplet: 15, 2F and A1. RGB value is (21,47,161). Sum of RGB (Red+Green+Blue) = 21+47+161=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 161 (63.28% from 255 or 70.31% from 229); Max value from RGB is 161 - color contains mainly: blue. Hex color #152FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FA1 is #EAD05E. Grayscale: #333333. Windows color (decimal): -15388767 or 10563349. OLE color: 10563349.
HSL color Cylindrical-coordinate representation of color #152FA1: hue angle of 228.86º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152FA1 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 47 | 161 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.37 |
| HSL | 228.86º | 0.77% | 0.36% | - |
| HSV(B) | 228.86º | 0.87% | 0.63% | - |
| XYZ | 7.76 | 4.77 | 34.23 | - |
| YUV | 52.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 161 | 0.87 | 0.71 | 0 | 0.37 | 228.86 | 0.77 | 0.36 |
| Hex | 15 | 2F | A1 | 57 | 47 | 0 | 25 | E5 | 4D | 24 |
| Octal | 25 | 57 | 241 | 127 | 107 | 0 | 45 | 345 | 115 | 44 |
| Binary | 10101 | 101111 | 10100001 | 1010111 | 1000111 | 0 | 100101 | 11100101 | 1001101 | 100100 |
Color Harmonies of #152FA1
Complementary color
Monochromatic Colors of #152FA1
Black with #152FA1
Text Example
Text Example
White with #152FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FA1; }
p { color: rgb(21,47,161); }
H1.HeaderClassName
{
color: #152FA1;
}
.AnyTagClassName
{
color: #152FA1;
}
</style>
background-color css
<style>
a { background-color: #152FA1; }
a { background-color: rgb(21,47,161); }
div.DivClassName
{
background-color: #152FA1;
}
.BgClassName
{
background-color: #152FA1;
}
</style>
border-color css
<style>
span { border-color: #152FA1; }
span { border-color: rgb(21,47,161); }
td.TdClassName
{
border-color: #152FA1;
}
.TagClassName
{
border-color: #152FA1;
}
</style>