Shades of Sapphire #07115C
Tints of Sapphire #07115C
RGB
CMYK
RGB Variations
Color information
#07115C (or 0x07115C) is known color: Sapphire. HEX triplet: 07, 11 and 5C. RGB value is (7,17,92). Sum of RGB (Red+Green+Blue) = 7+17+92=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #07115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07115C is #F8EEA3. Grayscale: #161616. Windows color (decimal): -16314020 or 6033671. OLE color: 6033671.
HSL color Cylindrical-coordinate representation of color #07115C: hue angle of 232.94º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07115C is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 17 | 92 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.64 |
| HSL | 232.94º | 0.86% | 0.19% | - |
| HSV(B) | 232.94º | 0.92% | 0.36% | - |
| XYZ | 2.22 | 1.22 | 10.24 | - |
| YUV | 22.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 92 | 0.92 | 0.82 | 0 | 0.64 | 232.94 | 0.86 | 0.19 |
| Hex | 7 | 11 | 5C | 5C | 52 | 0 | 40 | E9 | 56 | 13 |
| Octal | 7 | 21 | 134 | 134 | 122 | 0 | 100 | 351 | 126 | 23 |
| Binary | 111 | 10001 | 1011100 | 1011100 | 1010010 | 0 | 1000000 | 11101001 | 1010110 | 10011 |
Color Harmonies of #07115C
Complementary color
Monochromatic Colors of #07115C
Black with #07115C
Text Example
Text Example
White with #07115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07115C; }
p { color: rgb(7,17,92); }
H1.HeaderClassName
{
color: #07115C;
}
.AnyTagClassName
{
color: #07115C;
}
</style>
background-color css
<style>
a { background-color: #07115C; }
a { background-color: rgb(7,17,92); }
div.DivClassName
{
background-color: #07115C;
}
.BgClassName
{
background-color: #07115C;
}
</style>
border-color css
<style>
span { border-color: #07115C; }
span { border-color: rgb(7,17,92); }
td.TdClassName
{
border-color: #07115C;
}
.TagClassName
{
border-color: #07115C;
}
</style>