Shades of Egyptian Blue #163196
Tints of Egyptian Blue #163196
RGB
CMYK
RGB Variations
Color information
#163196 (or 0x163196) is known color: Egyptian Blue. HEX triplet: 16, 31 and 96. RGB value is (22,49,150). Sum of RGB (Red+Green+Blue) = 22+49+150=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #163196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163196 is #E9CE69. Grayscale: #343434. Windows color (decimal): -15322730 or 9842966. OLE color: 9842966.
HSL color Cylindrical-coordinate representation of color #163196: hue angle of 227.34º degrees, saturation: 0.74, 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 #163196 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 49 | 150 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.41 |
| HSL | 227.34º | 0.74% | 0.34% | - |
| HSV(B) | 227.34º | 0.85% | 0.59% | - |
| XYZ | 6.93 | 4.57 | 29.37 | - |
| YUV | 52.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 150 | 0.85 | 0.67 | 0 | 0.41 | 227.34 | 0.74 | 0.34 |
| Hex | 16 | 31 | 96 | 55 | 43 | 0 | 29 | E3 | 4A | 22 |
| Octal | 26 | 61 | 226 | 125 | 103 | 0 | 51 | 343 | 112 | 42 |
| Binary | 10110 | 110001 | 10010110 | 1010101 | 1000011 | 0 | 101001 | 11100011 | 1001010 | 100010 |
Color Harmonies of #163196
Complementary color
Monochromatic Colors of #163196
Black with #163196
Text Example
Text Example
White with #163196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163196; }
p { color: rgb(22,49,150); }
H1.HeaderClassName
{
color: #163196;
}
.AnyTagClassName
{
color: #163196;
}
</style>
background-color css
<style>
a { background-color: #163196; }
a { background-color: rgb(22,49,150); }
div.DivClassName
{
background-color: #163196;
}
.BgClassName
{
background-color: #163196;
}
</style>
border-color css
<style>
span { border-color: #163196; }
span { border-color: rgb(22,49,150); }
td.TdClassName
{
border-color: #163196;
}
.TagClassName
{
border-color: #163196;
}
</style>