Shades of Sapphire #163071
Tints of Sapphire #163071
RGB
CMYK
RGB Variations
Color information
#163071 (or 0x163071) is known color: Sapphire. HEX triplet: 16, 30 and 71. RGB value is (22,48,113). Sum of RGB (Red+Green+Blue) = 22+48+113=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #163071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163071 is #E9CF8E. Grayscale: #2F2F2F. Windows color (decimal): -15323023 or 7417878. OLE color: 7417878.
HSL color Cylindrical-coordinate representation of color #163071: hue angle of 222.86º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163071 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 48 | 113 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.56 |
| HSL | 222.86º | 0.67% | 0.26% | - |
| HSV(B) | 222.86º | 0.81% | 0.44% | - |
| XYZ | 4.37 | 3.48 | 16.06 | - |
| YUV | 47.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 113 | 0.81 | 0.58 | 0 | 0.56 | 222.86 | 0.67 | 0.26 |
| Hex | 16 | 30 | 71 | 51 | 3A | 0 | 38 | DF | 43 | 1A |
| Octal | 26 | 60 | 161 | 121 | 72 | 0 | 70 | 337 | 103 | 32 |
| Binary | 10110 | 110000 | 1110001 | 1010001 | 111010 | 0 | 111000 | 11011111 | 1000011 | 11010 |
Color Harmonies of #163071
Complementary color
Monochromatic Colors of #163071
Black with #163071
Text Example
Text Example
White with #163071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163071; }
p { color: rgb(22,48,113); }
H1.HeaderClassName
{
color: #163071;
}
.AnyTagClassName
{
color: #163071;
}
</style>
background-color css
<style>
a { background-color: #163071; }
a { background-color: rgb(22,48,113); }
div.DivClassName
{
background-color: #163071;
}
.BgClassName
{
background-color: #163071;
}
</style>
border-color css
<style>
span { border-color: #163071; }
span { border-color: rgb(22,48,113); }
td.TdClassName
{
border-color: #163071;
}
.TagClassName
{
border-color: #163071;
}
</style>