Shades of Egyptian Blue #152E9A
Tints of Egyptian Blue #152E9A
RGB
CMYK
RGB Variations
Color information
#152E9A (or 0x152E9A) is known color: Egyptian Blue. HEX triplet: 15, 2E and 9A. RGB value is (21,46,154). Sum of RGB (Red+Green+Blue) = 21+46+154=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #152E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E9A is #EAD165. Grayscale: #323232. Windows color (decimal): -15389030 or 10104341. OLE color: 10104341.
HSL color Cylindrical-coordinate representation of color #152E9A: hue angle of 228.72º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152E9A is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 46 | 154 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.40 |
| HSL | 228.72º | 0.76% | 0.34% | - |
| HSV(B) | 228.72º | 0.86% | 0.6% | - |
| XYZ | 7.12 | 4.45 | 31.05 | - |
| YUV | 50.84 | 186.22 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 154 | 0.86 | 0.70 | 0 | 0.40 | 228.72 | 0.76 | 0.34 |
| Hex | 15 | 2E | 9A | 56 | 46 | 0 | 28 | E5 | 4C | 22 |
| Octal | 25 | 56 | 232 | 126 | 106 | 0 | 50 | 345 | 114 | 42 |
| Binary | 10101 | 101110 | 10011010 | 1010110 | 1000110 | 0 | 101000 | 11100101 | 1001100 | 100010 |
Color Harmonies of #152E9A
Complementary color
Monochromatic Colors of #152E9A
Black with #152E9A
Text Example
Text Example
White with #152E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E9A; }
p { color: rgb(21,46,154); }
H1.HeaderClassName
{
color: #152E9A;
}
.AnyTagClassName
{
color: #152E9A;
}
</style>
background-color css
<style>
a { background-color: #152E9A; }
a { background-color: rgb(21,46,154); }
div.DivClassName
{
background-color: #152E9A;
}
.BgClassName
{
background-color: #152E9A;
}
</style>
border-color css
<style>
span { border-color: #152E9A; }
span { border-color: rgb(21,46,154); }
td.TdClassName
{
border-color: #152E9A;
}
.TagClassName
{
border-color: #152E9A;
}
</style>