Shades of Sapphire #07104D
Tints of Sapphire #07104D
RGB
CMYK
RGB Variations
Color information
#07104D (or 0x07104D) is known color: Sapphire. HEX triplet: 07, 10 and 4D. RGB value is (7,16,77). Sum of RGB (Red+Green+Blue) = 7+16+77=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #07104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07104D is #F8EFB2. Grayscale: #141414. Windows color (decimal): -16314291 or 5050375. OLE color: 5050375.
HSL color Cylindrical-coordinate representation of color #07104D: hue angle of 232.29º 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 #07104D is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 16 | 77 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.70 |
| HSL | 232.29º | 0.83% | 0.16% | - |
| HSV(B) | 232.29º | 0.91% | 0.3% | - |
| XYZ | 1.61 | 0.95 | 7.12 | - |
| YUV | 20.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 77 | 0.91 | 0.79 | 0 | 0.70 | 232.29 | 0.83 | 0.16 |
| Hex | 7 | 10 | 4D | 5B | 4F | 0 | 46 | E8 | 53 | 10 |
| Octal | 7 | 20 | 115 | 133 | 117 | 0 | 106 | 350 | 123 | 20 |
| Binary | 111 | 10000 | 1001101 | 1011011 | 1001111 | 0 | 1000110 | 11101000 | 1010011 | 10000 |
Color Harmonies of #07104D
Complementary color
Monochromatic Colors of #07104D
Black with #07104D
Text Example
Text Example
White with #07104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07104D; }
p { color: rgb(7,16,77); }
H1.HeaderClassName
{
color: #07104D;
}
.AnyTagClassName
{
color: #07104D;
}
</style>
background-color css
<style>
a { background-color: #07104D; }
a { background-color: rgb(7,16,77); }
div.DivClassName
{
background-color: #07104D;
}
.BgClassName
{
background-color: #07104D;
}
</style>
border-color css
<style>
span { border-color: #07104D; }
span { border-color: rgb(7,16,77); }
td.TdClassName
{
border-color: #07104D;
}
.TagClassName
{
border-color: #07104D;
}
</style>