Shades of Sapphire #071051
Tints of Sapphire #071051
RGB
CMYK
RGB Variations
Color information
#071051 (or 0x071051) is known color: Sapphire. HEX triplet: 07, 10 and 51. RGB value is (7,16,81). Sum of RGB (Red+Green+Blue) = 7+16+81=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #071051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071051 is #F8EFAE. Grayscale: #141414. Windows color (decimal): -16314287 or 5312519. OLE color: 5312519.
HSL color Cylindrical-coordinate representation of color #071051: hue angle of 232.7º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071051 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 16 | 81 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.68 |
| HSL | 232.7º | 0.84% | 0.17% | - |
| HSV(B) | 232.7º | 0.91% | 0.32% | - |
| XYZ | 1.76 | 1.01 | 7.89 | - |
| YUV | 20.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 81 | 0.91 | 0.80 | 0 | 0.68 | 232.7 | 0.84 | 0.17 |
| Hex | 7 | 10 | 51 | 5B | 50 | 0 | 44 | E9 | 54 | 11 |
| Octal | 7 | 20 | 121 | 133 | 120 | 0 | 104 | 351 | 124 | 21 |
| Binary | 111 | 10000 | 1010001 | 1011011 | 1010000 | 0 | 1000100 | 11101001 | 1010100 | 10001 |
Color Harmonies of #071051
Complementary color
Monochromatic Colors of #071051
Black with #071051
Text Example
Text Example
White with #071051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071051; }
p { color: rgb(7,16,81); }
H1.HeaderClassName
{
color: #071051;
}
.AnyTagClassName
{
color: #071051;
}
</style>
background-color css
<style>
a { background-color: #071051; }
a { background-color: rgb(7,16,81); }
div.DivClassName
{
background-color: #071051;
}
.BgClassName
{
background-color: #071051;
}
</style>
border-color css
<style>
span { border-color: #071051; }
span { border-color: rgb(7,16,81); }
td.TdClassName
{
border-color: #071051;
}
.TagClassName
{
border-color: #071051;
}
</style>