Shades of Sapphire #071963
Tints of Sapphire #071963
RGB
CMYK
RGB Variations
Color information
#071963 (or 0x071963) is known color: Sapphire. HEX triplet: 07, 19 and 63. RGB value is (7,25,99). Sum of RGB (Red+Green+Blue) = 7+25+99=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #071963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071963 is #F8E69C. Grayscale: #1B1B1B. Windows color (decimal): -16311965 or 6494471. OLE color: 6494471.
HSL color Cylindrical-coordinate representation of color #071963: hue angle of 228.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071963 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 25 | 99 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.61 |
| HSL | 228.26º | 0.87% | 0.21% | - |
| HSV(B) | 228.26º | 0.93% | 0.39% | - |
| XYZ | 2.69 | 1.64 | 11.98 | - |
| YUV | 28.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 99 | 0.93 | 0.75 | 0 | 0.61 | 228.26 | 0.87 | 0.21 |
| Hex | 7 | 19 | 63 | 5D | 4B | 0 | 3D | E4 | 57 | 15 |
| Octal | 7 | 31 | 143 | 135 | 113 | 0 | 75 | 344 | 127 | 25 |
| Binary | 111 | 11001 | 1100011 | 1011101 | 1001011 | 0 | 111101 | 11100100 | 1010111 | 10101 |
Color Harmonies of #071963
Complementary color
Monochromatic Colors of #071963
Black with #071963
Text Example
Text Example
White with #071963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071963; }
p { color: rgb(7,25,99); }
H1.HeaderClassName
{
color: #071963;
}
.AnyTagClassName
{
color: #071963;
}
</style>
background-color css
<style>
a { background-color: #071963; }
a { background-color: rgb(7,25,99); }
div.DivClassName
{
background-color: #071963;
}
.BgClassName
{
background-color: #071963;
}
</style>
border-color css
<style>
span { border-color: #071963; }
span { border-color: rgb(7,25,99); }
td.TdClassName
{
border-color: #071963;
}
.TagClassName
{
border-color: #071963;
}
</style>