Shades of Egyptian Blue #153590
Tints of Egyptian Blue #153590
RGB
CMYK
RGB Variations
Color information
#153590 (or 0x153590) is known color: Egyptian Blue. HEX triplet: 15, 35 and 90. RGB value is (21,53,144). Sum of RGB (Red+Green+Blue) = 21+53+144=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #153590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153590 is #EACA6F. Grayscale: #353535. Windows color (decimal): -15387248 or 9450773. OLE color: 9450773.
HSL color Cylindrical-coordinate representation of color #153590: hue angle of 224.39º degrees, saturation: 0.75, 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 #153590 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 53 | 144 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.44 |
| HSL | 224.39º | 0.75% | 0.32% | - |
| HSV(B) | 224.39º | 0.85% | 0.56% | - |
| XYZ | 6.62 | 4.72 | 26.95 | - |
| YUV | 53.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 144 | 0.85 | 0.63 | 0 | 0.44 | 224.39 | 0.75 | 0.32 |
| Hex | 15 | 35 | 90 | 55 | 3F | 0 | 2C | E0 | 4B | 20 |
| Octal | 25 | 65 | 220 | 125 | 77 | 0 | 54 | 340 | 113 | 40 |
| Binary | 10101 | 110101 | 10010000 | 1010101 | 111111 | 0 | 101100 | 11100000 | 1001011 | 100000 |
Color Harmonies of #153590
Complementary color
Monochromatic Colors of #153590
Black with #153590
Text Example
Text Example
White with #153590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153590; }
p { color: rgb(21,53,144); }
H1.HeaderClassName
{
color: #153590;
}
.AnyTagClassName
{
color: #153590;
}
</style>
background-color css
<style>
a { background-color: #153590; }
a { background-color: rgb(21,53,144); }
div.DivClassName
{
background-color: #153590;
}
.BgClassName
{
background-color: #153590;
}
</style>
border-color css
<style>
span { border-color: #153590; }
span { border-color: rgb(21,53,144); }
td.TdClassName
{
border-color: #153590;
}
.TagClassName
{
border-color: #153590;
}
</style>