Shades of Sapphire #071360
Tints of Sapphire #071360
RGB
CMYK
RGB Variations
Color information
#071360 (or 0x071360) is known color: Sapphire. HEX triplet: 07, 13 and 60. RGB value is (7,19,96). Sum of RGB (Red+Green+Blue) = 7+19+96=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #071360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071360 is #F8EC9F. Grayscale: #171717. Windows color (decimal): -16313504 or 6296327. OLE color: 6296327.
HSL color Cylindrical-coordinate representation of color #071360: hue angle of 231.91º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071360 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 19 | 96 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.62 |
| HSL | 231.91º | 0.86% | 0.2% | - |
| HSV(B) | 231.91º | 0.93% | 0.38% | - |
| XYZ | 2.43 | 1.36 | 11.2 | - |
| YUV | 24.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 96 | 0.93 | 0.80 | 0 | 0.62 | 231.91 | 0.86 | 0.2 |
| Hex | 7 | 13 | 60 | 5D | 50 | 0 | 3E | E8 | 56 | 14 |
| Octal | 7 | 23 | 140 | 135 | 120 | 0 | 76 | 350 | 126 | 24 |
| Binary | 111 | 10011 | 1100000 | 1011101 | 1010000 | 0 | 111110 | 11101000 | 1010110 | 10100 |
Color Harmonies of #071360
Complementary color
Monochromatic Colors of #071360
Black with #071360
Text Example
Text Example
White with #071360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071360; }
p { color: rgb(7,19,96); }
H1.HeaderClassName
{
color: #071360;
}
.AnyTagClassName
{
color: #071360;
}
</style>
background-color css
<style>
a { background-color: #071360; }
a { background-color: rgb(7,19,96); }
div.DivClassName
{
background-color: #071360;
}
.BgClassName
{
background-color: #071360;
}
</style>
border-color css
<style>
span { border-color: #071360; }
span { border-color: rgb(7,19,96); }
td.TdClassName
{
border-color: #071360;
}
.TagClassName
{
border-color: #071360;
}
</style>