Shades of Sapphire #163077
Tints of Sapphire #163077
RGB
CMYK
RGB Variations
Color information
#163077 (or 0x163077) is known color: Sapphire. HEX triplet: 16, 30 and 77. RGB value is (22,48,119). Sum of RGB (Red+Green+Blue) = 22+48+119=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #163077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163077 is #E9CF88. Grayscale: #303030. Windows color (decimal): -15323017 or 7811094. OLE color: 7811094.
HSL color Cylindrical-coordinate representation of color #163077: hue angle of 223.92º 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 #163077 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 48 | 119 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.53 |
| HSL | 223.92º | 0.69% | 0.28% | - |
| HSV(B) | 223.92º | 0.82% | 0.47% | - |
| XYZ | 4.72 | 3.62 | 17.9 | - |
| YUV | 48.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 119 | 0.82 | 0.60 | 0 | 0.53 | 223.92 | 0.69 | 0.28 |
| Hex | 16 | 30 | 77 | 52 | 3C | 0 | 35 | E0 | 45 | 1C |
| Octal | 26 | 60 | 167 | 122 | 74 | 0 | 65 | 340 | 105 | 34 |
| Binary | 10110 | 110000 | 1110111 | 1010010 | 111100 | 0 | 110101 | 11100000 | 1000101 | 11100 |
Color Harmonies of #163077
Complementary color
Monochromatic Colors of #163077
Black with #163077
Text Example
Text Example
White with #163077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163077; }
p { color: rgb(22,48,119); }
H1.HeaderClassName
{
color: #163077;
}
.AnyTagClassName
{
color: #163077;
}
</style>
background-color css
<style>
a { background-color: #163077; }
a { background-color: rgb(22,48,119); }
div.DivClassName
{
background-color: #163077;
}
.BgClassName
{
background-color: #163077;
}
</style>
border-color css
<style>
span { border-color: #163077; }
span { border-color: rgb(22,48,119); }
td.TdClassName
{
border-color: #163077;
}
.TagClassName
{
border-color: #163077;
}
</style>