Shades of Sapphire #072371
Tints of Sapphire #072371
RGB
CMYK
RGB Variations
Color information
#072371 (or 0x072371) is known color: Sapphire. HEX triplet: 07, 23 and 71. RGB value is (7,35,113). Sum of RGB (Red+Green+Blue) = 7+35+113=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #072371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072371 is #F8DC8E. Grayscale: #232323. Windows color (decimal): -16309391 or 7414535. OLE color: 7414535.
HSL color Cylindrical-coordinate representation of color #072371: hue angle of 224.15º 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 #072371 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 35 | 113 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.56 |
| HSL | 224.15º | 0.88% | 0.24% | - |
| HSV(B) | 224.15º | 0.94% | 0.44% | - |
| XYZ | 3.67 | 2.44 | 15.9 | - |
| YUV | 35.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 113 | 0.94 | 0.69 | 0 | 0.56 | 224.15 | 0.88 | 0.24 |
| Hex | 7 | 23 | 71 | 5E | 45 | 0 | 38 | E0 | 58 | 18 |
| Octal | 7 | 43 | 161 | 136 | 105 | 0 | 70 | 340 | 130 | 30 |
| Binary | 111 | 100011 | 1110001 | 1011110 | 1000101 | 0 | 111000 | 11100000 | 1011000 | 11000 |
Color Harmonies of #072371
Complementary color
Monochromatic Colors of #072371
Black with #072371
Text Example
Text Example
White with #072371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072371; }
p { color: rgb(7,35,113); }
H1.HeaderClassName
{
color: #072371;
}
.AnyTagClassName
{
color: #072371;
}
</style>
background-color css
<style>
a { background-color: #072371; }
a { background-color: rgb(7,35,113); }
div.DivClassName
{
background-color: #072371;
}
.BgClassName
{
background-color: #072371;
}
</style>
border-color css
<style>
span { border-color: #072371; }
span { border-color: rgb(7,35,113); }
td.TdClassName
{
border-color: #072371;
}
.TagClassName
{
border-color: #072371;
}
</style>