Shades of Sapphire #071F63
Tints of Sapphire #071F63
RGB
CMYK
RGB Variations
Color information
#071F63 (or 0x071F63) is known color: Sapphire. HEX triplet: 07, 1F and 63. RGB value is (7,31,99). Sum of RGB (Red+Green+Blue) = 7+31+99=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #071F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F63 is #F8E09C. Grayscale: #1F1F1F. Windows color (decimal): -16310429 or 6496007. OLE color: 6496007.
HSL color Cylindrical-coordinate representation of color #071F63: hue angle of 224.35º 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 #071F63 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 31 | 99 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.61 |
| HSL | 224.35º | 0.87% | 0.21% | - |
| HSV(B) | 224.35º | 0.93% | 0.39% | - |
| XYZ | 2.83 | 1.93 | 12.03 | - |
| YUV | 31.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 99 | 0.93 | 0.69 | 0 | 0.61 | 224.35 | 0.87 | 0.21 |
| Hex | 7 | 1F | 63 | 5D | 45 | 0 | 3D | E0 | 57 | 15 |
| Octal | 7 | 37 | 143 | 135 | 105 | 0 | 75 | 340 | 127 | 25 |
| Binary | 111 | 11111 | 1100011 | 1011101 | 1000101 | 0 | 111101 | 11100000 | 1010111 | 10101 |
Color Harmonies of #071F63
Complementary color
Monochromatic Colors of #071F63
Black with #071F63
Text Example
Text Example
White with #071F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F63; }
p { color: rgb(7,31,99); }
H1.HeaderClassName
{
color: #071F63;
}
.AnyTagClassName
{
color: #071F63;
}
</style>
background-color css
<style>
a { background-color: #071F63; }
a { background-color: rgb(7,31,99); }
div.DivClassName
{
background-color: #071F63;
}
.BgClassName
{
background-color: #071F63;
}
</style>
border-color css
<style>
span { border-color: #071F63; }
span { border-color: rgb(7,31,99); }
td.TdClassName
{
border-color: #071F63;
}
.TagClassName
{
border-color: #071F63;
}
</style>