Shades of Egyptian Blue #153293
Tints of Egyptian Blue #153293
RGB
CMYK
RGB Variations
Color information
#153293 (or 0x153293) is known color: Egyptian Blue. HEX triplet: 15, 32 and 93. RGB value is (21,50,147). Sum of RGB (Red+Green+Blue) = 21+50+147=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #153293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153293 is #EACD6C. Grayscale: #333333. Windows color (decimal): -15388013 or 9646613. OLE color: 9646613.
HSL color Cylindrical-coordinate representation of color #153293: hue angle of 226.19º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153293 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 50 | 147 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.42 |
| HSL | 226.19º | 0.75% | 0.33% | - |
| HSV(B) | 226.19º | 0.86% | 0.58% | - |
| XYZ | 6.72 | 4.55 | 28.13 | - |
| YUV | 52.39 | 181.39 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 147 | 0.86 | 0.66 | 0 | 0.42 | 226.19 | 0.75 | 0.33 |
| Hex | 15 | 32 | 93 | 56 | 42 | 0 | 2A | E2 | 4B | 21 |
| Octal | 25 | 62 | 223 | 126 | 102 | 0 | 52 | 342 | 113 | 41 |
| Binary | 10101 | 110010 | 10010011 | 1010110 | 1000010 | 0 | 101010 | 11100010 | 1001011 | 100001 |
Color Harmonies of #153293
Complementary color
Monochromatic Colors of #153293
Black with #153293
Text Example
Text Example
White with #153293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153293; }
p { color: rgb(21,50,147); }
H1.HeaderClassName
{
color: #153293;
}
.AnyTagClassName
{
color: #153293;
}
</style>
background-color css
<style>
a { background-color: #153293; }
a { background-color: rgb(21,50,147); }
div.DivClassName
{
background-color: #153293;
}
.BgClassName
{
background-color: #153293;
}
</style>
border-color css
<style>
span { border-color: #153293; }
span { border-color: rgb(21,50,147); }
td.TdClassName
{
border-color: #153293;
}
.TagClassName
{
border-color: #153293;
}
</style>