Shades of Egyptian Blue #153198
Tints of Egyptian Blue #153198
RGB
CMYK
RGB Variations
Color information
#153198 (or 0x153198) is known color: Egyptian Blue. HEX triplet: 15, 31 and 98. RGB value is (21,49,152). Sum of RGB (Red+Green+Blue) = 21+49+152=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #153198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153198 is #EACE67. Grayscale: #333333. Windows color (decimal): -15388264 or 9974037. OLE color: 9974037.
HSL color Cylindrical-coordinate representation of color #153198: hue angle of 227.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153198 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 49 | 152 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.40 |
| HSL | 227.18º | 0.76% | 0.34% | - |
| HSV(B) | 227.18º | 0.86% | 0.6% | - |
| XYZ | 7.08 | 4.62 | 30.23 | - |
| YUV | 52.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 152 | 0.86 | 0.68 | 0 | 0.40 | 227.18 | 0.76 | 0.34 |
| Hex | 15 | 31 | 98 | 56 | 44 | 0 | 28 | E3 | 4C | 22 |
| Octal | 25 | 61 | 230 | 126 | 104 | 0 | 50 | 343 | 114 | 42 |
| Binary | 10101 | 110001 | 10011000 | 1010110 | 1000100 | 0 | 101000 | 11100011 | 1001100 | 100010 |
Color Harmonies of #153198
Complementary color
Monochromatic Colors of #153198
Black with #153198
Text Example
Text Example
White with #153198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153198; }
p { color: rgb(21,49,152); }
H1.HeaderClassName
{
color: #153198;
}
.AnyTagClassName
{
color: #153198;
}
</style>
background-color css
<style>
a { background-color: #153198; }
a { background-color: rgb(21,49,152); }
div.DivClassName
{
background-color: #153198;
}
.BgClassName
{
background-color: #153198;
}
</style>
border-color css
<style>
span { border-color: #153198; }
span { border-color: rgb(21,49,152); }
td.TdClassName
{
border-color: #153198;
}
.TagClassName
{
border-color: #153198;
}
</style>