Shades of Sapphire #07276D
Tints of Sapphire #07276D
RGB
CMYK
RGB Variations
Color information
#07276D (or 0x07276D) is known color: Sapphire. HEX triplet: 07, 27 and 6D. RGB value is (7,39,109). Sum of RGB (Red+Green+Blue) = 7+39+109=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #07276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07276D is #F8D892. Grayscale: #252525. Windows color (decimal): -16308371 or 7153415. OLE color: 7153415.
HSL color Cylindrical-coordinate representation of color #07276D: hue angle of 221.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07276D is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 39 | 109 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.57 |
| HSL | 221.18º | 0.88% | 0.23% | - |
| HSV(B) | 221.18º | 0.94% | 0.43% | - |
| XYZ | 3.57 | 2.6 | 14.78 | - |
| YUV | 37.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 109 | 0.94 | 0.64 | 0 | 0.57 | 221.18 | 0.88 | 0.23 |
| Hex | 7 | 27 | 6D | 5E | 40 | 0 | 39 | DD | 58 | 17 |
| Octal | 7 | 47 | 155 | 136 | 100 | 0 | 71 | 335 | 130 | 27 |
| Binary | 111 | 100111 | 1101101 | 1011110 | 1000000 | 0 | 111001 | 11011101 | 1011000 | 10111 |
Color Harmonies of #07276D
Complementary color
Monochromatic Colors of #07276D
Black with #07276D
Text Example
Text Example
White with #07276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07276D; }
p { color: rgb(7,39,109); }
H1.HeaderClassName
{
color: #07276D;
}
.AnyTagClassName
{
color: #07276D;
}
</style>
background-color css
<style>
a { background-color: #07276D; }
a { background-color: rgb(7,39,109); }
div.DivClassName
{
background-color: #07276D;
}
.BgClassName
{
background-color: #07276D;
}
</style>
border-color css
<style>
span { border-color: #07276D; }
span { border-color: rgb(7,39,109); }
td.TdClassName
{
border-color: #07276D;
}
.TagClassName
{
border-color: #07276D;
}
</style>