Shades of Sapphire #072971
Tints of Sapphire #072971
RGB
CMYK
RGB Variations
Color information
#072971 (or 0x072971) is known color: Sapphire. HEX triplet: 07, 29 and 71. RGB value is (7,41,113). Sum of RGB (Red+Green+Blue) = 7+41+113=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #072971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072971 is #F8D68E. Grayscale: #262626. Windows color (decimal): -16307855 or 7416071. OLE color: 7416071.
HSL color Cylindrical-coordinate representation of color #072971: hue angle of 220.75º 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 #072971 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 41 | 113 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.56 |
| HSL | 220.75º | 0.88% | 0.24% | - |
| HSV(B) | 220.75º | 0.94% | 0.44% | - |
| XYZ | 3.86 | 2.82 | 15.96 | - |
| YUV | 39.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 113 | 0.94 | 0.64 | 0 | 0.56 | 220.75 | 0.88 | 0.24 |
| Hex | 7 | 29 | 71 | 5E | 40 | 0 | 38 | DD | 58 | 18 |
| Octal | 7 | 51 | 161 | 136 | 100 | 0 | 70 | 335 | 130 | 30 |
| Binary | 111 | 101001 | 1110001 | 1011110 | 1000000 | 0 | 111000 | 11011101 | 1011000 | 11000 |
Color Harmonies of #072971
Complementary color
Monochromatic Colors of #072971
Black with #072971
Text Example
Text Example
White with #072971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072971; }
p { color: rgb(7,41,113); }
H1.HeaderClassName
{
color: #072971;
}
.AnyTagClassName
{
color: #072971;
}
</style>
background-color css
<style>
a { background-color: #072971; }
a { background-color: rgb(7,41,113); }
div.DivClassName
{
background-color: #072971;
}
.BgClassName
{
background-color: #072971;
}
</style>
border-color css
<style>
span { border-color: #072971; }
span { border-color: rgb(7,41,113); }
td.TdClassName
{
border-color: #072971;
}
.TagClassName
{
border-color: #072971;
}
</style>