Shades of Egyptian Blue #153290
Tints of Egyptian Blue #153290
RGB
CMYK
RGB Variations
Color information
#153290 (or 0x153290) is known color: Egyptian Blue. HEX triplet: 15, 32 and 90. RGB value is (21,50,144). Sum of RGB (Red+Green+Blue) = 21+50+144=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #153290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153290 is #EACD6F. Grayscale: #333333. Windows color (decimal): -15388016 or 9450005. OLE color: 9450005.
HSL color Cylindrical-coordinate representation of color #153290: hue angle of 225.85º 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 #153290 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 50 | 144 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.44 |
| HSL | 225.85º | 0.75% | 0.32% | - |
| HSV(B) | 225.85º | 0.85% | 0.56% | - |
| XYZ | 6.48 | 4.45 | 26.9 | - |
| YUV | 52.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 144 | 0.85 | 0.65 | 0 | 0.44 | 225.85 | 0.75 | 0.32 |
| Hex | 15 | 32 | 90 | 55 | 41 | 0 | 2C | E2 | 4B | 20 |
| Octal | 25 | 62 | 220 | 125 | 101 | 0 | 54 | 342 | 113 | 40 |
| Binary | 10101 | 110010 | 10010000 | 1010101 | 1000001 | 0 | 101100 | 11100010 | 1001011 | 100000 |
Color Harmonies of #153290
Complementary color
Monochromatic Colors of #153290
Black with #153290
Text Example
Text Example
White with #153290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153290; }
p { color: rgb(21,50,144); }
H1.HeaderClassName
{
color: #153290;
}
.AnyTagClassName
{
color: #153290;
}
</style>
background-color css
<style>
a { background-color: #153290; }
a { background-color: rgb(21,50,144); }
div.DivClassName
{
background-color: #153290;
}
.BgClassName
{
background-color: #153290;
}
</style>
border-color css
<style>
span { border-color: #153290; }
span { border-color: rgb(21,50,144); }
td.TdClassName
{
border-color: #153290;
}
.TagClassName
{
border-color: #153290;
}
</style>