Shades of Sapphire #071659
Tints of Sapphire #071659
RGB
CMYK
RGB Variations
Color information
#071659 (or 0x071659) is known color: Sapphire. HEX triplet: 07, 16 and 59. RGB value is (7,22,89). Sum of RGB (Red+Green+Blue) = 7+22+89=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #071659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071659 is #F8E9A6. Grayscale: #181818. Windows color (decimal): -16312743 or 5838343. OLE color: 5838343.
HSL color Cylindrical-coordinate representation of color #071659: hue angle of 229.02º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071659 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 22 | 89 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.65 |
| HSL | 229.02º | 0.85% | 0.19% | - |
| HSV(B) | 229.02º | 0.92% | 0.35% | - |
| XYZ | 2.18 | 1.34 | 9.6 | - |
| YUV | 25.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 89 | 0.92 | 0.75 | 0 | 0.65 | 229.02 | 0.85 | 0.19 |
| Hex | 7 | 16 | 59 | 5C | 4B | 0 | 41 | E5 | 55 | 13 |
| Octal | 7 | 26 | 131 | 134 | 113 | 0 | 101 | 345 | 125 | 23 |
| Binary | 111 | 10110 | 1011001 | 1011100 | 1001011 | 0 | 1000001 | 11100101 | 1010101 | 10011 |
Color Harmonies of #071659
Complementary color
Monochromatic Colors of #071659
Black with #071659
Text Example
Text Example
White with #071659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071659; }
p { color: rgb(7,22,89); }
H1.HeaderClassName
{
color: #071659;
}
.AnyTagClassName
{
color: #071659;
}
</style>
background-color css
<style>
a { background-color: #071659; }
a { background-color: rgb(7,22,89); }
div.DivClassName
{
background-color: #071659;
}
.BgClassName
{
background-color: #071659;
}
</style>
border-color css
<style>
span { border-color: #071659; }
span { border-color: rgb(7,22,89); }
td.TdClassName
{
border-color: #071659;
}
.TagClassName
{
border-color: #071659;
}
</style>