Shades of Sapphire #07104E
Tints of Sapphire #07104E
RGB
CMYK
RGB Variations
Color information
#07104E (or 0x07104E) is known color: Sapphire. HEX triplet: 07, 10 and 4E. RGB value is (7,16,78). Sum of RGB (Red+Green+Blue) = 7+16+78=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #07104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07104E is #F8EFB1. Grayscale: #141414. Windows color (decimal): -16314290 or 5115911. OLE color: 5115911.
HSL color Cylindrical-coordinate representation of color #07104E: hue angle of 232.39º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07104E is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 16 | 78 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.69 |
| HSL | 232.39º | 0.84% | 0.17% | - |
| HSV(B) | 232.39º | 0.91% | 0.31% | - |
| XYZ | 1.65 | 0.97 | 7.31 | - |
| YUV | 20.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 78 | 0.91 | 0.79 | 0 | 0.69 | 232.39 | 0.84 | 0.17 |
| Hex | 7 | 10 | 4E | 5B | 4F | 0 | 45 | E8 | 54 | 11 |
| Octal | 7 | 20 | 116 | 133 | 117 | 0 | 105 | 350 | 124 | 21 |
| Binary | 111 | 10000 | 1001110 | 1011011 | 1001111 | 0 | 1000101 | 11101000 | 1010100 | 10001 |
Color Harmonies of #07104E
Complementary color
Monochromatic Colors of #07104E
Black with #07104E
Text Example
Text Example
White with #07104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07104E; }
p { color: rgb(7,16,78); }
H1.HeaderClassName
{
color: #07104E;
}
.AnyTagClassName
{
color: #07104E;
}
</style>
background-color css
<style>
a { background-color: #07104E; }
a { background-color: rgb(7,16,78); }
div.DivClassName
{
background-color: #07104E;
}
.BgClassName
{
background-color: #07104E;
}
</style>
border-color css
<style>
span { border-color: #07104E; }
span { border-color: rgb(7,16,78); }
td.TdClassName
{
border-color: #07104E;
}
.TagClassName
{
border-color: #07104E;
}
</style>