Shades of Sapphire #071157
Tints of Sapphire #071157
RGB
CMYK
RGB Variations
Color information
#071157 (or 0x071157) is known color: Sapphire. HEX triplet: 07, 11 and 57. RGB value is (7,17,87). Sum of RGB (Red+Green+Blue) = 7+17+87=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #071157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071157 is #F8EEA8. Grayscale: #151515. Windows color (decimal): -16314025 or 5705991. OLE color: 5705991.
HSL color Cylindrical-coordinate representation of color #071157: hue angle of 232.5º 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 #071157 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 17 | 87 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.66 |
| HSL | 232.5º | 0.85% | 0.18% | - |
| HSV(B) | 232.5º | 0.92% | 0.34% | - |
| XYZ | 2.01 | 1.13 | 9.13 | - |
| YUV | 21.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 87 | 0.92 | 0.80 | 0 | 0.66 | 232.5 | 0.85 | 0.18 |
| Hex | 7 | 11 | 57 | 5C | 50 | 0 | 42 | E8 | 55 | 12 |
| Octal | 7 | 21 | 127 | 134 | 120 | 0 | 102 | 350 | 125 | 22 |
| Binary | 111 | 10001 | 1010111 | 1011100 | 1010000 | 0 | 1000010 | 11101000 | 1010101 | 10010 |
Color Harmonies of #071157
Complementary color
Monochromatic Colors of #071157
Black with #071157
Text Example
Text Example
White with #071157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071157; }
p { color: rgb(7,17,87); }
H1.HeaderClassName
{
color: #071157;
}
.AnyTagClassName
{
color: #071157;
}
</style>
background-color css
<style>
a { background-color: #071157; }
a { background-color: rgb(7,17,87); }
div.DivClassName
{
background-color: #071157;
}
.BgClassName
{
background-color: #071157;
}
</style>
border-color css
<style>
span { border-color: #071157; }
span { border-color: rgb(7,17,87); }
td.TdClassName
{
border-color: #071157;
}
.TagClassName
{
border-color: #071157;
}
</style>