Shades of Egyptian Blue #153190
Tints of Egyptian Blue #153190
RGB
CMYK
RGB Variations
Color information
#153190 (or 0x153190) is known color: Egyptian Blue. HEX triplet: 15, 31 and 90. RGB value is (21,49,144). Sum of RGB (Red+Green+Blue) = 21+49+144=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #153190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153190 is #EACE6F. Grayscale: #333333. Windows color (decimal): -15388272 or 9449749. OLE color: 9449749.
HSL color Cylindrical-coordinate representation of color #153190: hue angle of 226.34º 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 #153190 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 49 | 144 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.44 |
| HSL | 226.34º | 0.75% | 0.32% | - |
| HSV(B) | 226.34º | 0.85% | 0.56% | - |
| XYZ | 6.44 | 4.37 | 26.89 | - |
| YUV | 51.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 144 | 0.85 | 0.66 | 0 | 0.44 | 226.34 | 0.75 | 0.32 |
| Hex | 15 | 31 | 90 | 55 | 42 | 0 | 2C | E2 | 4B | 20 |
| Octal | 25 | 61 | 220 | 125 | 102 | 0 | 54 | 342 | 113 | 40 |
| Binary | 10101 | 110001 | 10010000 | 1010101 | 1000010 | 0 | 101100 | 11100010 | 1001011 | 100000 |
Color Harmonies of #153190
Complementary color
Monochromatic Colors of #153190
Black with #153190
Text Example
Text Example
White with #153190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153190; }
p { color: rgb(21,49,144); }
H1.HeaderClassName
{
color: #153190;
}
.AnyTagClassName
{
color: #153190;
}
</style>
background-color css
<style>
a { background-color: #153190; }
a { background-color: rgb(21,49,144); }
div.DivClassName
{
background-color: #153190;
}
.BgClassName
{
background-color: #153190;
}
</style>
border-color css
<style>
span { border-color: #153190; }
span { border-color: rgb(21,49,144); }
td.TdClassName
{
border-color: #153190;
}
.TagClassName
{
border-color: #153190;
}
</style>