Shades of Sapphire #07114D
Tints of Sapphire #07114D
RGB
CMYK
RGB Variations
Color information
#07114D (or 0x07114D) is known color: Sapphire. HEX triplet: 07, 11 and 4D. RGB value is (7,17,77). Sum of RGB (Red+Green+Blue) = 7+17+77=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #07114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07114D is #F8EEB2. Grayscale: #141414. Windows color (decimal): -16314035 or 5050631. OLE color: 5050631.
HSL color Cylindrical-coordinate representation of color #07114D: hue angle of 231.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07114D is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 17 | 77 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.70 |
| HSL | 231.43º | 0.83% | 0.16% | - |
| HSV(B) | 231.43º | 0.91% | 0.3% | - |
| XYZ | 1.63 | 0.98 | 7.12 | - |
| YUV | 20.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 77 | 0.91 | 0.78 | 0 | 0.70 | 231.43 | 0.83 | 0.16 |
| Hex | 7 | 11 | 4D | 5B | 4E | 0 | 46 | E7 | 53 | 10 |
| Octal | 7 | 21 | 115 | 133 | 116 | 0 | 106 | 347 | 123 | 20 |
| Binary | 111 | 10001 | 1001101 | 1011011 | 1001110 | 0 | 1000110 | 11100111 | 1010011 | 10000 |
Color Harmonies of #07114D
Complementary color
Monochromatic Colors of #07114D
Black with #07114D
Text Example
Text Example
White with #07114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07114D; }
p { color: rgb(7,17,77); }
H1.HeaderClassName
{
color: #07114D;
}
.AnyTagClassName
{
color: #07114D;
}
</style>
background-color css
<style>
a { background-color: #07114D; }
a { background-color: rgb(7,17,77); }
div.DivClassName
{
background-color: #07114D;
}
.BgClassName
{
background-color: #07114D;
}
</style>
border-color css
<style>
span { border-color: #07114D; }
span { border-color: rgb(7,17,77); }
td.TdClassName
{
border-color: #07114D;
}
.TagClassName
{
border-color: #07114D;
}
</style>