Shades of Sapphire #071970
Tints of Sapphire #071970
RGB
CMYK
RGB Variations
Color information
#071970 (or 0x071970) is known color: Sapphire. HEX triplet: 07, 19 and 70. RGB value is (7,25,112). Sum of RGB (Red+Green+Blue) = 7+25+112=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #071970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071970 is #F8E68F. Grayscale: #1D1D1D. Windows color (decimal): -16311952 or 7346439. OLE color: 7346439.
HSL color Cylindrical-coordinate representation of color #071970: hue angle of 229.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071970 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 25 | 112 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.56 |
| HSL | 229.71º | 0.88% | 0.23% | - |
| HSV(B) | 229.71º | 0.94% | 0.44% | - |
| XYZ | 3.36 | 1.91 | 15.52 | - |
| YUV | 29.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 112 | 0.94 | 0.78 | 0 | 0.56 | 229.71 | 0.88 | 0.23 |
| Hex | 7 | 19 | 70 | 5E | 4E | 0 | 38 | E6 | 58 | 17 |
| Octal | 7 | 31 | 160 | 136 | 116 | 0 | 70 | 346 | 130 | 27 |
| Binary | 111 | 11001 | 1110000 | 1011110 | 1001110 | 0 | 111000 | 11100110 | 1011000 | 10111 |
Color Harmonies of #071970
Complementary color
Monochromatic Colors of #071970
Black with #071970
Text Example
Text Example
White with #071970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071970; }
p { color: rgb(7,25,112); }
H1.HeaderClassName
{
color: #071970;
}
.AnyTagClassName
{
color: #071970;
}
</style>
background-color css
<style>
a { background-color: #071970; }
a { background-color: rgb(7,25,112); }
div.DivClassName
{
background-color: #071970;
}
.BgClassName
{
background-color: #071970;
}
</style>
border-color css
<style>
span { border-color: #071970; }
span { border-color: rgb(7,25,112); }
td.TdClassName
{
border-color: #071970;
}
.TagClassName
{
border-color: #071970;
}
</style>