Shades of Sapphire #07115D
Tints of Sapphire #07115D
RGB
CMYK
RGB Variations
Color information
#07115D (or 0x07115D) is known color: Sapphire. HEX triplet: 07, 11 and 5D. RGB value is (7,17,93). Sum of RGB (Red+Green+Blue) = 7+17+93=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 93 (36.72% from 255 or 79.49% from 117); Max value from RGB is 93 - color contains mainly: blue. Hex color #07115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07115D is #F8EEA2. Grayscale: #161616. Windows color (decimal): -16314019 or 6099207. OLE color: 6099207.
HSL color Cylindrical-coordinate representation of color #07115D: hue angle of 233.02º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07115D is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 17 | 93 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.64 |
| HSL | 233.02º | 0.86% | 0.2% | - |
| HSV(B) | 233.02º | 0.92% | 0.36% | - |
| XYZ | 2.26 | 1.24 | 10.48 | - |
| YUV | 22.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 93 | 0.92 | 0.82 | 0 | 0.64 | 233.02 | 0.86 | 0.2 |
| Hex | 7 | 11 | 5D | 5C | 52 | 0 | 40 | E9 | 56 | 14 |
| Octal | 7 | 21 | 135 | 134 | 122 | 0 | 100 | 351 | 126 | 24 |
| Binary | 111 | 10001 | 1011101 | 1011100 | 1010010 | 0 | 1000000 | 11101001 | 1010110 | 10100 |
Color Harmonies of #07115D
Complementary color
Monochromatic Colors of #07115D
Black with #07115D
Text Example
Text Example
White with #07115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07115D; }
p { color: rgb(7,17,93); }
H1.HeaderClassName
{
color: #07115D;
}
.AnyTagClassName
{
color: #07115D;
}
</style>
background-color css
<style>
a { background-color: #07115D; }
a { background-color: rgb(7,17,93); }
div.DivClassName
{
background-color: #07115D;
}
.BgClassName
{
background-color: #07115D;
}
</style>
border-color css
<style>
span { border-color: #07115D; }
span { border-color: rgb(7,17,93); }
td.TdClassName
{
border-color: #07115D;
}
.TagClassName
{
border-color: #07115D;
}
</style>