Shades of Sapphire #072D71
Tints of Sapphire #072D71
RGB
CMYK
RGB Variations
Color information
#072D71 (or 0x072D71) is known color: Sapphire. HEX triplet: 07, 2D and 71. RGB value is (7,45,113). Sum of RGB (Red+Green+Blue) = 7+45+113=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #072D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D71 is #F8D28E. Grayscale: #292929. Windows color (decimal): -16306831 or 7417095. OLE color: 7417095.
HSL color Cylindrical-coordinate representation of color #072D71: hue angle of 218.49º 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 #072D71 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 45 | 113 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.56 |
| HSL | 218.49º | 0.88% | 0.24% | - |
| HSV(B) | 218.49º | 0.94% | 0.44% | - |
| XYZ | 4.01 | 3.11 | 16.01 | - |
| YUV | 41.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 113 | 0.94 | 0.60 | 0 | 0.56 | 218.49 | 0.88 | 0.24 |
| Hex | 7 | 2D | 71 | 5E | 3C | 0 | 38 | DA | 58 | 18 |
| Octal | 7 | 55 | 161 | 136 | 74 | 0 | 70 | 332 | 130 | 30 |
| Binary | 111 | 101101 | 1110001 | 1011110 | 111100 | 0 | 111000 | 11011010 | 1011000 | 11000 |
Color Harmonies of #072D71
Complementary color
Monochromatic Colors of #072D71
Black with #072D71
Text Example
Text Example
White with #072D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D71; }
p { color: rgb(7,45,113); }
H1.HeaderClassName
{
color: #072D71;
}
.AnyTagClassName
{
color: #072D71;
}
</style>
background-color css
<style>
a { background-color: #072D71; }
a { background-color: rgb(7,45,113); }
div.DivClassName
{
background-color: #072D71;
}
.BgClassName
{
background-color: #072D71;
}
</style>
border-color css
<style>
span { border-color: #072D71; }
span { border-color: rgb(7,45,113); }
td.TdClassName
{
border-color: #072D71;
}
.TagClassName
{
border-color: #072D71;
}
</style>