Shades of Sapphire #071F57
Tints of Sapphire #071F57
RGB
CMYK
RGB Variations
Color information
#071F57 (or 0x071F57) is known color: Sapphire. HEX triplet: 07, 1F and 57. RGB value is (7,31,87). Sum of RGB (Red+Green+Blue) = 7+31+87=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #071F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F57 is #F8E0A8. Grayscale: #1D1D1D. Windows color (decimal): -16310441 or 5709575. OLE color: 5709575.
HSL color Cylindrical-coordinate representation of color #071F57: hue angle of 222º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071F57 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 31 | 87 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.66 |
| HSL | 222º | 0.85% | 0.18% | - |
| HSV(B) | 222º | 0.92% | 0.34% | - |
| XYZ | 2.3 | 1.71 | 9.23 | - |
| YUV | 30.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 87 | 0.92 | 0.64 | 0 | 0.66 | 222 | 0.85 | 0.18 |
| Hex | 7 | 1F | 57 | 5C | 40 | 0 | 42 | DE | 55 | 12 |
| Octal | 7 | 37 | 127 | 134 | 100 | 0 | 102 | 336 | 125 | 22 |
| Binary | 111 | 11111 | 1010111 | 1011100 | 1000000 | 0 | 1000010 | 11011110 | 1010101 | 10010 |
Color Harmonies of #071F57
Complementary color
Monochromatic Colors of #071F57
Black with #071F57
Text Example
Text Example
White with #071F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F57; }
p { color: rgb(7,31,87); }
H1.HeaderClassName
{
color: #071F57;
}
.AnyTagClassName
{
color: #071F57;
}
</style>
background-color css
<style>
a { background-color: #071F57; }
a { background-color: rgb(7,31,87); }
div.DivClassName
{
background-color: #071F57;
}
.BgClassName
{
background-color: #071F57;
}
</style>
border-color css
<style>
span { border-color: #071F57; }
span { border-color: rgb(7,31,87); }
td.TdClassName
{
border-color: #071F57;
}
.TagClassName
{
border-color: #071F57;
}
</style>