Shades of Sapphire #071460
Tints of Sapphire #071460
RGB
CMYK
RGB Variations
Color information
#071460 (or 0x071460) is known color: Sapphire. HEX triplet: 07, 14 and 60. RGB value is (7,20,96). Sum of RGB (Red+Green+Blue) = 7+20+96=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #071460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071460 is #F8EB9F. Grayscale: #181818. Windows color (decimal): -16313248 or 6296583. OLE color: 6296583.
HSL color Cylindrical-coordinate representation of color #071460: hue angle of 231.24º 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 #071460 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 20 | 96 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.62 |
| HSL | 231.24º | 0.86% | 0.2% | - |
| HSV(B) | 231.24º | 0.93% | 0.38% | - |
| XYZ | 2.45 | 1.39 | 11.21 | - |
| YUV | 24.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 96 | 0.93 | 0.79 | 0 | 0.62 | 231.24 | 0.86 | 0.2 |
| Hex | 7 | 14 | 60 | 5D | 4F | 0 | 3E | E7 | 56 | 14 |
| Octal | 7 | 24 | 140 | 135 | 117 | 0 | 76 | 347 | 126 | 24 |
| Binary | 111 | 10100 | 1100000 | 1011101 | 1001111 | 0 | 111110 | 11100111 | 1010110 | 10100 |
Color Harmonies of #071460
Complementary color
Monochromatic Colors of #071460
Black with #071460
Text Example
Text Example
White with #071460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071460; }
p { color: rgb(7,20,96); }
H1.HeaderClassName
{
color: #071460;
}
.AnyTagClassName
{
color: #071460;
}
</style>
background-color css
<style>
a { background-color: #071460; }
a { background-color: rgb(7,20,96); }
div.DivClassName
{
background-color: #071460;
}
.BgClassName
{
background-color: #071460;
}
</style>
border-color css
<style>
span { border-color: #071460; }
span { border-color: rgb(7,20,96); }
td.TdClassName
{
border-color: #071460;
}
.TagClassName
{
border-color: #071460;
}
</style>