Shades of Sapphire #071956
Tints of Sapphire #071956
RGB
CMYK
RGB Variations
Color information
#071956 (or 0x071956) is known color: Sapphire. HEX triplet: 07, 19 and 56. RGB value is (7,25,86). Sum of RGB (Red+Green+Blue) = 7+25+86=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #071956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071956 is #F8E6A9. Grayscale: #1A1A1A. Windows color (decimal): -16311978 or 5642503. OLE color: 5642503.
HSL color Cylindrical-coordinate representation of color #071956: hue angle of 226.33º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071956 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 25 | 86 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.66 |
| HSL | 226.33º | 0.85% | 0.18% | - |
| HSV(B) | 226.33º | 0.92% | 0.34% | - |
| XYZ | 2.11 | 1.41 | 8.97 | - |
| YUV | 26.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 86 | 0.92 | 0.71 | 0 | 0.66 | 226.33 | 0.85 | 0.18 |
| Hex | 7 | 19 | 56 | 5C | 47 | 0 | 42 | E2 | 55 | 12 |
| Octal | 7 | 31 | 126 | 134 | 107 | 0 | 102 | 342 | 125 | 22 |
| Binary | 111 | 11001 | 1010110 | 1011100 | 1000111 | 0 | 1000010 | 11100010 | 1010101 | 10010 |
Color Harmonies of #071956
Complementary color
Monochromatic Colors of #071956
Black with #071956
Text Example
Text Example
White with #071956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071956; }
p { color: rgb(7,25,86); }
H1.HeaderClassName
{
color: #071956;
}
.AnyTagClassName
{
color: #071956;
}
</style>
background-color css
<style>
a { background-color: #071956; }
a { background-color: rgb(7,25,86); }
div.DivClassName
{
background-color: #071956;
}
.BgClassName
{
background-color: #071956;
}
</style>
border-color css
<style>
span { border-color: #071956; }
span { border-color: rgb(7,25,86); }
td.TdClassName
{
border-color: #071956;
}
.TagClassName
{
border-color: #071956;
}
</style>