Shades of Egyptian Blue #153C98
Tints of Egyptian Blue #153C98
RGB
CMYK
RGB Variations
Color information
#153C98 (or 0x153C98) is known color: Egyptian Blue. HEX triplet: 15, 3C and 98. RGB value is (21,60,152). Sum of RGB (Red+Green+Blue) = 21+60+152=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #153C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C98 is #EAC367. Grayscale: #3A3A3A. Windows color (decimal): -15385448 or 9976853. OLE color: 9976853.
HSL color Cylindrical-coordinate representation of color #153C98: hue angle of 222.14º 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 #153C98 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 60 | 152 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.40 |
| HSL | 222.14º | 0.76% | 0.34% | - |
| HSV(B) | 222.14º | 0.86% | 0.6% | - |
| XYZ | 7.59 | 5.66 | 30.4 | - |
| YUV | 58.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 152 | 0.86 | 0.61 | 0 | 0.40 | 222.14 | 0.76 | 0.34 |
| Hex | 15 | 3C | 98 | 56 | 3D | 0 | 28 | DE | 4C | 22 |
| Octal | 25 | 74 | 230 | 126 | 75 | 0 | 50 | 336 | 114 | 42 |
| Binary | 10101 | 111100 | 10011000 | 1010110 | 111101 | 0 | 101000 | 11011110 | 1001100 | 100010 |
Color Harmonies of #153C98
Complementary color
Monochromatic Colors of #153C98
Black with #153C98
Text Example
Text Example
White with #153C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C98; }
p { color: rgb(21,60,152); }
H1.HeaderClassName
{
color: #153C98;
}
.AnyTagClassName
{
color: #153C98;
}
</style>
background-color css
<style>
a { background-color: #153C98; }
a { background-color: rgb(21,60,152); }
div.DivClassName
{
background-color: #153C98;
}
.BgClassName
{
background-color: #153C98;
}
</style>
border-color css
<style>
span { border-color: #153C98; }
span { border-color: rgb(21,60,152); }
td.TdClassName
{
border-color: #153C98;
}
.TagClassName
{
border-color: #153C98;
}
</style>