Shades of Egyptian Blue #152B8E
Tints of Egyptian Blue #152B8E
RGB
CMYK
RGB Variations
Color information
#152B8E (or 0x152B8E) is known color: Egyptian Blue. HEX triplet: 15, 2B and 8E. RGB value is (21,43,142). Sum of RGB (Red+Green+Blue) = 21+43+142=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #152B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B8E is #EAD471. Grayscale: #2F2F2F. Windows color (decimal): -15389810 or 9317141. OLE color: 9317141.
HSL color Cylindrical-coordinate representation of color #152B8E: hue angle of 229.09º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152B8E is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 43 | 142 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.44 |
| HSL | 229.09º | 0.74% | 0.32% | - |
| HSV(B) | 229.09º | 0.85% | 0.56% | - |
| XYZ | 6.06 | 3.84 | 26.01 | - |
| YUV | 47.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 142 | 0.85 | 0.70 | 0 | 0.44 | 229.09 | 0.74 | 0.32 |
| Hex | 15 | 2B | 8E | 55 | 46 | 0 | 2C | E5 | 4A | 20 |
| Octal | 25 | 53 | 216 | 125 | 106 | 0 | 54 | 345 | 112 | 40 |
| Binary | 10101 | 101011 | 10001110 | 1010101 | 1000110 | 0 | 101100 | 11100101 | 1001010 | 100000 |
Color Harmonies of #152B8E
Complementary color
Monochromatic Colors of #152B8E
Black with #152B8E
Text Example
Text Example
White with #152B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B8E; }
p { color: rgb(21,43,142); }
H1.HeaderClassName
{
color: #152B8E;
}
.AnyTagClassName
{
color: #152B8E;
}
</style>
background-color css
<style>
a { background-color: #152B8E; }
a { background-color: rgb(21,43,142); }
div.DivClassName
{
background-color: #152B8E;
}
.BgClassName
{
background-color: #152B8E;
}
</style>
border-color css
<style>
span { border-color: #152B8E; }
span { border-color: rgb(21,43,142); }
td.TdClassName
{
border-color: #152B8E;
}
.TagClassName
{
border-color: #152B8E;
}
</style>