Shades of Sapphire #071F59
Tints of Sapphire #071F59
RGB
CMYK
RGB Variations
Color information
#071F59 (or 0x071F59) is known color: Sapphire. HEX triplet: 07, 1F and 59. RGB value is (7,31,89). Sum of RGB (Red+Green+Blue) = 7+31+89=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #071F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F59 is #F8E0A6. Grayscale: #1E1E1E. Windows color (decimal): -16310439 or 5840647. OLE color: 5840647.
HSL color Cylindrical-coordinate representation of color #071F59: hue angle of 222.44º 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 #071F59 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 31 | 89 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.65 |
| HSL | 222.44º | 0.85% | 0.19% | - |
| HSV(B) | 222.44º | 0.92% | 0.35% | - |
| XYZ | 2.38 | 1.75 | 9.66 | - |
| YUV | 30.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 89 | 0.92 | 0.65 | 0 | 0.65 | 222.44 | 0.85 | 0.19 |
| Hex | 7 | 1F | 59 | 5C | 41 | 0 | 41 | DE | 55 | 13 |
| Octal | 7 | 37 | 131 | 134 | 101 | 0 | 101 | 336 | 125 | 23 |
| Binary | 111 | 11111 | 1011001 | 1011100 | 1000001 | 0 | 1000001 | 11011110 | 1010101 | 10011 |
Color Harmonies of #071F59
Complementary color
Monochromatic Colors of #071F59
Black with #071F59
Text Example
Text Example
White with #071F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F59; }
p { color: rgb(7,31,89); }
H1.HeaderClassName
{
color: #071F59;
}
.AnyTagClassName
{
color: #071F59;
}
</style>
background-color css
<style>
a { background-color: #071F59; }
a { background-color: rgb(7,31,89); }
div.DivClassName
{
background-color: #071F59;
}
.BgClassName
{
background-color: #071F59;
}
</style>
border-color css
<style>
span { border-color: #071F59; }
span { border-color: rgb(7,31,89); }
td.TdClassName
{
border-color: #071F59;
}
.TagClassName
{
border-color: #071F59;
}
</style>