Shades of Sapphire #072071
Tints of Sapphire #072071
RGB
CMYK
RGB Variations
Color information
#072071 (or 0x072071) is known color: Sapphire. HEX triplet: 07, 20 and 71. RGB value is (7,32,113). Sum of RGB (Red+Green+Blue) = 7+32+113=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #072071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072071 is #F8DF8E. Grayscale: #212121. Windows color (decimal): -16310159 or 7413767. OLE color: 7413767.
HSL color Cylindrical-coordinate representation of color #072071: hue angle of 225.85º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072071 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 32 | 113 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.56 |
| HSL | 225.85º | 0.88% | 0.24% | - |
| HSV(B) | 225.85º | 0.94% | 0.44% | - |
| XYZ | 3.58 | 2.27 | 15.87 | - |
| YUV | 33.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 113 | 0.94 | 0.72 | 0 | 0.56 | 225.85 | 0.88 | 0.24 |
| Hex | 7 | 20 | 71 | 5E | 48 | 0 | 38 | E2 | 58 | 18 |
| Octal | 7 | 40 | 161 | 136 | 110 | 0 | 70 | 342 | 130 | 30 |
| Binary | 111 | 100000 | 1110001 | 1011110 | 1001000 | 0 | 111000 | 11100010 | 1011000 | 11000 |
Color Harmonies of #072071
Complementary color
Monochromatic Colors of #072071
Black with #072071
Text Example
Text Example
White with #072071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072071; }
p { color: rgb(7,32,113); }
H1.HeaderClassName
{
color: #072071;
}
.AnyTagClassName
{
color: #072071;
}
</style>
background-color css
<style>
a { background-color: #072071; }
a { background-color: rgb(7,32,113); }
div.DivClassName
{
background-color: #072071;
}
.BgClassName
{
background-color: #072071;
}
</style>
border-color css
<style>
span { border-color: #072071; }
span { border-color: rgb(7,32,113); }
td.TdClassName
{
border-color: #072071;
}
.TagClassName
{
border-color: #072071;
}
</style>