Shades of Egyptian Blue #152FA3
Tints of Egyptian Blue #152FA3
RGB
CMYK
RGB Variations
Color information
#152FA3 (or 0x152FA3) is known color: Egyptian Blue. HEX triplet: 15, 2F and A3. RGB value is (21,47,163). Sum of RGB (Red+Green+Blue) = 21+47+163=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #152FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FA3 is #EAD05C. Grayscale: #333333. Windows color (decimal): -15388765 or 10694421. OLE color: 10694421.
HSL color Cylindrical-coordinate representation of color #152FA3: hue angle of 229.01º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152FA3 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 47 | 163 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.36 |
| HSL | 229.01º | 0.77% | 0.36% | - |
| HSV(B) | 229.01º | 0.87% | 0.64% | - |
| XYZ | 7.94 | 4.84 | 35.17 | - |
| YUV | 52.45 | 190.39 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 163 | 0.87 | 0.71 | 0 | 0.36 | 229.01 | 0.77 | 0.36 |
| Hex | 15 | 2F | A3 | 57 | 47 | 0 | 24 | E5 | 4D | 24 |
| Octal | 25 | 57 | 243 | 127 | 107 | 0 | 44 | 345 | 115 | 44 |
| Binary | 10101 | 101111 | 10100011 | 1010111 | 1000111 | 0 | 100100 | 11100101 | 1001101 | 100100 |
Color Harmonies of #152FA3
Complementary color
Monochromatic Colors of #152FA3
Black with #152FA3
Text Example
Text Example
White with #152FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FA3; }
p { color: rgb(21,47,163); }
H1.HeaderClassName
{
color: #152FA3;
}
.AnyTagClassName
{
color: #152FA3;
}
</style>
background-color css
<style>
a { background-color: #152FA3; }
a { background-color: rgb(21,47,163); }
div.DivClassName
{
background-color: #152FA3;
}
.BgClassName
{
background-color: #152FA3;
}
</style>
border-color css
<style>
span { border-color: #152FA3; }
span { border-color: rgb(21,47,163); }
td.TdClassName
{
border-color: #152FA3;
}
.TagClassName
{
border-color: #152FA3;
}
</style>