Shades of Sapphire #163379
Tints of Sapphire #163379
RGB
CMYK
RGB Variations
Color information
#163379 (or 0x163379) is known color: Sapphire. HEX triplet: 16, 33 and 79. RGB value is (22,51,121). Sum of RGB (Red+Green+Blue) = 22+51+121=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #163379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163379 is #E9CC86. Grayscale: #323232. Windows color (decimal): -15322247 or 7942934. OLE color: 7942934.
HSL color Cylindrical-coordinate representation of color #163379: hue angle of 222.42º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163379 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 51 | 121 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.53 |
| HSL | 222.42º | 0.69% | 0.28% | - |
| HSV(B) | 222.42º | 0.82% | 0.47% | - |
| XYZ | 4.97 | 3.92 | 18.58 | - |
| YUV | 50.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 121 | 0.82 | 0.58 | 0 | 0.53 | 222.42 | 0.69 | 0.28 |
| Hex | 16 | 33 | 79 | 52 | 3A | 0 | 35 | DE | 45 | 1C |
| Octal | 26 | 63 | 171 | 122 | 72 | 0 | 65 | 336 | 105 | 34 |
| Binary | 10110 | 110011 | 1111001 | 1010010 | 111010 | 0 | 110101 | 11011110 | 1000101 | 11100 |
Color Harmonies of #163379
Complementary color
Monochromatic Colors of #163379
Black with #163379
Text Example
Text Example
White with #163379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163379; }
p { color: rgb(22,51,121); }
H1.HeaderClassName
{
color: #163379;
}
.AnyTagClassName
{
color: #163379;
}
</style>
background-color css
<style>
a { background-color: #163379; }
a { background-color: rgb(22,51,121); }
div.DivClassName
{
background-color: #163379;
}
.BgClassName
{
background-color: #163379;
}
</style>
border-color css
<style>
span { border-color: #163379; }
span { border-color: rgb(22,51,121); }
td.TdClassName
{
border-color: #163379;
}
.TagClassName
{
border-color: #163379;
}
</style>