Shades of Egyptian Blue #163F97
Tints of Egyptian Blue #163F97
RGB
CMYK
RGB Variations
Color information
#163F97 (or 0x163F97) is known color: Egyptian Blue. HEX triplet: 16, 3F and 97. RGB value is (22,63,151). Sum of RGB (Red+Green+Blue) = 22+63+151=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #163F97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F97 is #E9C068. Grayscale: #3C3C3C. Windows color (decimal): -15319145 or 9912086. OLE color: 9912086.
HSL color Cylindrical-coordinate representation of color #163F97: hue angle of 220.93º 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 #163F97 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 63 | 151 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.41 |
| HSL | 220.93º | 0.75% | 0.34% | - |
| HSV(B) | 220.93º | 0.85% | 0.59% | - |
| XYZ | 7.69 | 5.96 | 30.02 | - |
| YUV | 60.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 151 | 0.85 | 0.58 | 0 | 0.41 | 220.93 | 0.75 | 0.34 |
| Hex | 16 | 3F | 97 | 55 | 3A | 0 | 29 | DD | 4B | 22 |
| Octal | 26 | 77 | 227 | 125 | 72 | 0 | 51 | 335 | 113 | 42 |
| Binary | 10110 | 111111 | 10010111 | 1010101 | 111010 | 0 | 101001 | 11011101 | 1001011 | 100010 |
Color Harmonies of #163F97
Complementary color
Monochromatic Colors of #163F97
Black with #163F97
Text Example
Text Example
White with #163F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F97; }
p { color: rgb(22,63,151); }
H1.HeaderClassName
{
color: #163F97;
}
.AnyTagClassName
{
color: #163F97;
}
</style>
background-color css
<style>
a { background-color: #163F97; }
a { background-color: rgb(22,63,151); }
div.DivClassName
{
background-color: #163F97;
}
.BgClassName
{
background-color: #163F97;
}
</style>
border-color css
<style>
span { border-color: #163F97; }
span { border-color: rgb(22,63,151); }
td.TdClassName
{
border-color: #163F97;
}
.TagClassName
{
border-color: #163F97;
}
</style>