Shades of Sapphire #072050
Tints of Sapphire #072050
RGB
CMYK
RGB Variations
Color information
#072050 (or 0x072050) is known color: Sapphire. HEX triplet: 07, 20 and 50. RGB value is (7,32,80). Sum of RGB (Red+Green+Blue) = 7+32+80=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #072050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072050 is #F8DFAF. Grayscale: #1D1D1D. Windows color (decimal): -16310192 or 5251079. OLE color: 5251079.
HSL color Cylindrical-coordinate representation of color #072050: hue angle of 219.45º 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 #072050 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 32 | 80 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.69 |
| HSL | 219.45º | 0.84% | 0.17% | - |
| HSV(B) | 219.45º | 0.91% | 0.31% | - |
| XYZ | 2.05 | 1.66 | 7.8 | - |
| YUV | 30 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 80 | 0.91 | 0.60 | 0 | 0.69 | 219.45 | 0.84 | 0.17 |
| Hex | 7 | 20 | 50 | 5B | 3C | 0 | 45 | DB | 54 | 11 |
| Octal | 7 | 40 | 120 | 133 | 74 | 0 | 105 | 333 | 124 | 21 |
| Binary | 111 | 100000 | 1010000 | 1011011 | 111100 | 0 | 1000101 | 11011011 | 1010100 | 10001 |
Color Harmonies of #072050
Complementary color
Monochromatic Colors of #072050
Black with #072050
Text Example
Text Example
White with #072050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072050; }
p { color: rgb(7,32,80); }
H1.HeaderClassName
{
color: #072050;
}
.AnyTagClassName
{
color: #072050;
}
</style>
background-color css
<style>
a { background-color: #072050; }
a { background-color: rgb(7,32,80); }
div.DivClassName
{
background-color: #072050;
}
.BgClassName
{
background-color: #072050;
}
</style>
border-color css
<style>
span { border-color: #072050; }
span { border-color: rgb(7,32,80); }
td.TdClassName
{
border-color: #072050;
}
.TagClassName
{
border-color: #072050;
}
</style>