Shades of Sapphire #071256
Tints of Sapphire #071256
RGB
CMYK
RGB Variations
Color information
#071256 (or 0x071256) is known color: Sapphire. HEX triplet: 07, 12 and 56. RGB value is (7,18,86). Sum of RGB (Red+Green+Blue) = 7+18+86=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #071256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071256 is #F8EDA9. Grayscale: #161616. Windows color (decimal): -16313770 or 5640711. OLE color: 5640711.
HSL color Cylindrical-coordinate representation of color #071256: hue angle of 231.65º 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 #071256 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 18 | 86 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.66 |
| HSL | 231.65º | 0.85% | 0.18% | - |
| HSV(B) | 231.65º | 0.92% | 0.34% | - |
| XYZ | 1.98 | 1.15 | 8.92 | - |
| YUV | 22.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 86 | 0.92 | 0.79 | 0 | 0.66 | 231.65 | 0.85 | 0.18 |
| Hex | 7 | 12 | 56 | 5C | 4F | 0 | 42 | E8 | 55 | 12 |
| Octal | 7 | 22 | 126 | 134 | 117 | 0 | 102 | 350 | 125 | 22 |
| Binary | 111 | 10010 | 1010110 | 1011100 | 1001111 | 0 | 1000010 | 11101000 | 1010101 | 10010 |
Color Harmonies of #071256
Complementary color
Monochromatic Colors of #071256
Black with #071256
Text Example
Text Example
White with #071256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071256; }
p { color: rgb(7,18,86); }
H1.HeaderClassName
{
color: #071256;
}
.AnyTagClassName
{
color: #071256;
}
</style>
background-color css
<style>
a { background-color: #071256; }
a { background-color: rgb(7,18,86); }
div.DivClassName
{
background-color: #071256;
}
.BgClassName
{
background-color: #071256;
}
</style>
border-color css
<style>
span { border-color: #071256; }
span { border-color: rgb(7,18,86); }
td.TdClassName
{
border-color: #071256;
}
.TagClassName
{
border-color: #071256;
}
</style>