Shades of Sapphire #07114C
Tints of Sapphire #07114C
RGB
CMYK
RGB Variations
Color information
#07114C (or 0x07114C) is known color: Sapphire. HEX triplet: 07, 11 and 4C. RGB value is (7,17,76). Sum of RGB (Red+Green+Blue) = 7+17+76=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #07114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07114C is #F8EEB3. Grayscale: #141414. Windows color (decimal): -16314036 or 4985095. OLE color: 4985095.
HSL color Cylindrical-coordinate representation of color #07114C: hue angle of 231.3º 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 #07114C is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 17 | 76 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.70 |
| HSL | 231.3º | 0.83% | 0.16% | - |
| HSV(B) | 231.3º | 0.91% | 0.3% | - |
| XYZ | 1.59 | 0.97 | 6.94 | - |
| YUV | 20.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 76 | 0.91 | 0.78 | 0 | 0.70 | 231.3 | 0.83 | 0.16 |
| Hex | 7 | 11 | 4C | 5B | 4E | 0 | 46 | E7 | 53 | 10 |
| Octal | 7 | 21 | 114 | 133 | 116 | 0 | 106 | 347 | 123 | 20 |
| Binary | 111 | 10001 | 1001100 | 1011011 | 1001110 | 0 | 1000110 | 11100111 | 1010011 | 10000 |
Color Harmonies of #07114C
Complementary color
Monochromatic Colors of #07114C
Black with #07114C
Text Example
Text Example
White with #07114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07114C; }
p { color: rgb(7,17,76); }
H1.HeaderClassName
{
color: #07114C;
}
.AnyTagClassName
{
color: #07114C;
}
</style>
background-color css
<style>
a { background-color: #07114C; }
a { background-color: rgb(7,17,76); }
div.DivClassName
{
background-color: #07114C;
}
.BgClassName
{
background-color: #07114C;
}
</style>
border-color css
<style>
span { border-color: #07114C; }
span { border-color: rgb(7,17,76); }
td.TdClassName
{
border-color: #07114C;
}
.TagClassName
{
border-color: #07114C;
}
</style>