Shades of Egyptian Blue #153AA0
Tints of Egyptian Blue #153AA0
RGB
CMYK
RGB Variations
Color information
#153AA0 (or 0x153AA0) is known color: Egyptian Blue. HEX triplet: 15, 3A and A0. RGB value is (21,58,160). Sum of RGB (Red+Green+Blue) = 21+58+160=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #153AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AA0 is #EAC55F. Grayscale: #3A3A3A. Windows color (decimal): -15385952 or 10500629. OLE color: 10500629.
HSL color Cylindrical-coordinate representation of color #153AA0: hue angle of 224.03º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153AA0 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 58 | 160 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.37 |
| HSL | 224.03º | 0.77% | 0.35% | - |
| HSV(B) | 224.03º | 0.87% | 0.63% | - |
| XYZ | 8.17 | 5.72 | 33.93 | - |
| YUV | 58.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 160 | 0.87 | 0.64 | 0 | 0.37 | 224.03 | 0.77 | 0.35 |
| Hex | 15 | 3A | A0 | 57 | 40 | 0 | 25 | E0 | 4D | 23 |
| Octal | 25 | 72 | 240 | 127 | 100 | 0 | 45 | 340 | 115 | 43 |
| Binary | 10101 | 111010 | 10100000 | 1010111 | 1000000 | 0 | 100101 | 11100000 | 1001101 | 100011 |
Color Harmonies of #153AA0
Complementary color
Monochromatic Colors of #153AA0
Black with #153AA0
Text Example
Text Example
White with #153AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AA0; }
p { color: rgb(21,58,160); }
H1.HeaderClassName
{
color: #153AA0;
}
.AnyTagClassName
{
color: #153AA0;
}
</style>
background-color css
<style>
a { background-color: #153AA0; }
a { background-color: rgb(21,58,160); }
div.DivClassName
{
background-color: #153AA0;
}
.BgClassName
{
background-color: #153AA0;
}
</style>
border-color css
<style>
span { border-color: #153AA0; }
span { border-color: rgb(21,58,160); }
td.TdClassName
{
border-color: #153AA0;
}
.TagClassName
{
border-color: #153AA0;
}
</style>