Shades of Sapphire #071356
Tints of Sapphire #071356
RGB
CMYK
RGB Variations
Color information
#071356 (or 0x071356) is known color: Sapphire. HEX triplet: 07, 13 and 56. RGB value is (7,19,86). Sum of RGB (Red+Green+Blue) = 7+19+86=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #071356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071356 is #F8ECA9. Grayscale: #161616. Windows color (decimal): -16313514 or 5640967. OLE color: 5640967.
HSL color Cylindrical-coordinate representation of color #071356: hue angle of 230.89º 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 #071356 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 19 | 86 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.66 |
| HSL | 230.89º | 0.85% | 0.18% | - |
| HSV(B) | 230.89º | 0.92% | 0.34% | - |
| XYZ | 2 | 1.18 | 8.93 | - |
| YUV | 23.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 86 | 0.92 | 0.78 | 0 | 0.66 | 230.89 | 0.85 | 0.18 |
| Hex | 7 | 13 | 56 | 5C | 4E | 0 | 42 | E7 | 55 | 12 |
| Octal | 7 | 23 | 126 | 134 | 116 | 0 | 102 | 347 | 125 | 22 |
| Binary | 111 | 10011 | 1010110 | 1011100 | 1001110 | 0 | 1000010 | 11100111 | 1010101 | 10010 |
Color Harmonies of #071356
Complementary color
Monochromatic Colors of #071356
Black with #071356
Text Example
Text Example
White with #071356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071356; }
p { color: rgb(7,19,86); }
H1.HeaderClassName
{
color: #071356;
}
.AnyTagClassName
{
color: #071356;
}
</style>
background-color css
<style>
a { background-color: #071356; }
a { background-color: rgb(7,19,86); }
div.DivClassName
{
background-color: #071356;
}
.BgClassName
{
background-color: #071356;
}
</style>
border-color css
<style>
span { border-color: #071356; }
span { border-color: rgb(7,19,86); }
td.TdClassName
{
border-color: #071356;
}
.TagClassName
{
border-color: #071356;
}
</style>