Shades of Sapphire #072059
Tints of Sapphire #072059
RGB
CMYK
RGB Variations
Color information
#072059 (or 0x072059) is known color: Sapphire. HEX triplet: 07, 20 and 59. RGB value is (7,32,89). Sum of RGB (Red+Green+Blue) = 7+32+89=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #072059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072059 is #F8DFA6. Grayscale: #1E1E1E. Windows color (decimal): -16310183 or 5840903. OLE color: 5840903.
HSL color Cylindrical-coordinate representation of color #072059: hue angle of 221.71º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072059 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 32 | 89 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.65 |
| HSL | 221.71º | 0.85% | 0.19% | - |
| HSV(B) | 221.71º | 0.92% | 0.35% | - |
| XYZ | 2.41 | 1.8 | 9.67 | - |
| YUV | 31.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 89 | 0.92 | 0.64 | 0 | 0.65 | 221.71 | 0.85 | 0.19 |
| Hex | 7 | 20 | 59 | 5C | 40 | 0 | 41 | DE | 55 | 13 |
| Octal | 7 | 40 | 131 | 134 | 100 | 0 | 101 | 336 | 125 | 23 |
| Binary | 111 | 100000 | 1011001 | 1011100 | 1000000 | 0 | 1000001 | 11011110 | 1010101 | 10011 |
Color Harmonies of #072059
Complementary color
Monochromatic Colors of #072059
Black with #072059
Text Example
Text Example
White with #072059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072059; }
p { color: rgb(7,32,89); }
H1.HeaderClassName
{
color: #072059;
}
.AnyTagClassName
{
color: #072059;
}
</style>
background-color css
<style>
a { background-color: #072059; }
a { background-color: rgb(7,32,89); }
div.DivClassName
{
background-color: #072059;
}
.BgClassName
{
background-color: #072059;
}
</style>
border-color css
<style>
span { border-color: #072059; }
span { border-color: rgb(7,32,89); }
td.TdClassName
{
border-color: #072059;
}
.TagClassName
{
border-color: #072059;
}
</style>