Shades of Egyptian Blue #163097
Tints of Egyptian Blue #163097
RGB
CMYK
RGB Variations
Color information
#163097 (or 0x163097) is known color: Egyptian Blue. HEX triplet: 16, 30 and 97. RGB value is (22,48,151). Sum of RGB (Red+Green+Blue) = 22+48+151=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #163097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163097 is #E9CF68. Grayscale: #333333. Windows color (decimal): -15322985 or 9908246. OLE color: 9908246.
HSL color Cylindrical-coordinate representation of color #163097: hue angle of 227.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163097 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 48 | 151 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.41 |
| HSL | 227.91º | 0.75% | 0.34% | - |
| HSV(B) | 227.91º | 0.85% | 0.59% | - |
| XYZ | 6.97 | 4.52 | 29.78 | - |
| YUV | 51.97 | 183.89 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 151 | 0.85 | 0.68 | 0 | 0.41 | 227.91 | 0.75 | 0.34 |
| Hex | 16 | 30 | 97 | 55 | 44 | 0 | 29 | E4 | 4B | 22 |
| Octal | 26 | 60 | 227 | 125 | 104 | 0 | 51 | 344 | 113 | 42 |
| Binary | 10110 | 110000 | 10010111 | 1010101 | 1000100 | 0 | 101001 | 11100100 | 1001011 | 100010 |
Color Harmonies of #163097
Complementary color
Monochromatic Colors of #163097
Black with #163097
Text Example
Text Example
White with #163097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163097; }
p { color: rgb(22,48,151); }
H1.HeaderClassName
{
color: #163097;
}
.AnyTagClassName
{
color: #163097;
}
</style>
background-color css
<style>
a { background-color: #163097; }
a { background-color: rgb(22,48,151); }
div.DivClassName
{
background-color: #163097;
}
.BgClassName
{
background-color: #163097;
}
</style>
border-color css
<style>
span { border-color: #163097; }
span { border-color: rgb(22,48,151); }
td.TdClassName
{
border-color: #163097;
}
.TagClassName
{
border-color: #163097;
}
</style>