Shades of Sapphire #072860
Tints of Sapphire #072860
RGB
CMYK
RGB Variations
Color information
#072860 (or 0x072860) is known color: Sapphire. HEX triplet: 07, 28 and 60. RGB value is (7,40,96). Sum of RGB (Red+Green+Blue) = 7+40+96=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #072860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072860 is #F8D79F. Grayscale: #242424. Windows color (decimal): -16308128 or 6301703. OLE color: 6301703.
HSL color Cylindrical-coordinate representation of color #072860: hue angle of 217.75º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072860 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 40 | 96 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.62 |
| HSL | 217.75º | 0.86% | 0.2% | - |
| HSV(B) | 217.75º | 0.93% | 0.38% | - |
| XYZ | 2.96 | 2.41 | 11.38 | - |
| YUV | 36.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 96 | 0.93 | 0.58 | 0 | 0.62 | 217.75 | 0.86 | 0.2 |
| Hex | 7 | 28 | 60 | 5D | 3A | 0 | 3E | DA | 56 | 14 |
| Octal | 7 | 50 | 140 | 135 | 72 | 0 | 76 | 332 | 126 | 24 |
| Binary | 111 | 101000 | 1100000 | 1011101 | 111010 | 0 | 111110 | 11011010 | 1010110 | 10100 |
Color Harmonies of #072860
Complementary color
Monochromatic Colors of #072860
Black with #072860
Text Example
Text Example
White with #072860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072860; }
p { color: rgb(7,40,96); }
H1.HeaderClassName
{
color: #072860;
}
.AnyTagClassName
{
color: #072860;
}
</style>
background-color css
<style>
a { background-color: #072860; }
a { background-color: rgb(7,40,96); }
div.DivClassName
{
background-color: #072860;
}
.BgClassName
{
background-color: #072860;
}
</style>
border-color css
<style>
span { border-color: #072860; }
span { border-color: rgb(7,40,96); }
td.TdClassName
{
border-color: #072860;
}
.TagClassName
{
border-color: #072860;
}
</style>