Shades of Sapphire #071771
Tints of Sapphire #071771
RGB
CMYK
RGB Variations
Color information
#071771 (or 0x071771) is known color: Sapphire. HEX triplet: 07, 17 and 71. RGB value is (7,23,113). Sum of RGB (Red+Green+Blue) = 7+23+113=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #071771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071771 is #F8E88E. Grayscale: #1C1C1C. Windows color (decimal): -16312463 or 7411463. OLE color: 7411463.
HSL color Cylindrical-coordinate representation of color #071771: hue angle of 230.94º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071771 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 23 | 113 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.56 |
| HSL | 230.94º | 0.88% | 0.24% | - |
| HSV(B) | 230.94º | 0.94% | 0.44% | - |
| XYZ | 3.37 | 1.85 | 15.8 | - |
| YUV | 28.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 113 | 0.94 | 0.80 | 0 | 0.56 | 230.94 | 0.88 | 0.24 |
| Hex | 7 | 17 | 71 | 5E | 50 | 0 | 38 | E7 | 58 | 18 |
| Octal | 7 | 27 | 161 | 136 | 120 | 0 | 70 | 347 | 130 | 30 |
| Binary | 111 | 10111 | 1110001 | 1011110 | 1010000 | 0 | 111000 | 11100111 | 1011000 | 11000 |
Color Harmonies of #071771
Complementary color
Monochromatic Colors of #071771
Black with #071771
Text Example
Text Example
White with #071771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071771; }
p { color: rgb(7,23,113); }
H1.HeaderClassName
{
color: #071771;
}
.AnyTagClassName
{
color: #071771;
}
</style>
background-color css
<style>
a { background-color: #071771; }
a { background-color: rgb(7,23,113); }
div.DivClassName
{
background-color: #071771;
}
.BgClassName
{
background-color: #071771;
}
</style>
border-color css
<style>
span { border-color: #071771; }
span { border-color: rgb(7,23,113); }
td.TdClassName
{
border-color: #071771;
}
.TagClassName
{
border-color: #071771;
}
</style>