Shades of Sapphire #071973
Tints of Sapphire #071973
RGB
CMYK
RGB Variations
Color information
#071973 (or 0x071973) is known color: Sapphire. HEX triplet: 07, 19 and 73. RGB value is (7,25,115). Sum of RGB (Red+Green+Blue) = 7+25+115=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #071973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071973 is #F8E68C. Grayscale: #1D1D1D. Windows color (decimal): -16311949 or 7543047. OLE color: 7543047.
HSL color Cylindrical-coordinate representation of color #071973: hue angle of 230º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071973 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 25 | 115 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.55 |
| HSL | 230º | 0.89% | 0.24% | - |
| HSV(B) | 230º | 0.94% | 0.45% | - |
| XYZ | 3.53 | 1.98 | 16.42 | - |
| YUV | 29.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 115 | 0.94 | 0.78 | 0 | 0.55 | 230 | 0.89 | 0.24 |
| Hex | 7 | 19 | 73 | 5E | 4E | 0 | 37 | E6 | 59 | 18 |
| Octal | 7 | 31 | 163 | 136 | 116 | 0 | 67 | 346 | 131 | 30 |
| Binary | 111 | 11001 | 1110011 | 1011110 | 1001110 | 0 | 110111 | 11100110 | 1011001 | 11000 |
Color Harmonies of #071973
Complementary color
Monochromatic Colors of #071973
Black with #071973
Text Example
Text Example
White with #071973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071973; }
p { color: rgb(7,25,115); }
H1.HeaderClassName
{
color: #071973;
}
.AnyTagClassName
{
color: #071973;
}
</style>
background-color css
<style>
a { background-color: #071973; }
a { background-color: rgb(7,25,115); }
div.DivClassName
{
background-color: #071973;
}
.BgClassName
{
background-color: #071973;
}
</style>
border-color css
<style>
span { border-color: #071973; }
span { border-color: rgb(7,25,115); }
td.TdClassName
{
border-color: #071973;
}
.TagClassName
{
border-color: #071973;
}
</style>