Shades of Sapphire #072962
Tints of Sapphire #072962
RGB
CMYK
RGB Variations
Color information
#072962 (or 0x072962) is known color: Sapphire. HEX triplet: 07, 29 and 62. RGB value is (7,41,98). Sum of RGB (Red+Green+Blue) = 7+41+98=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #072962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072962 is #F8D69D. Grayscale: #252525. Windows color (decimal): -16307870 or 6433031. OLE color: 6433031.
HSL color Cylindrical-coordinate representation of color #072962: hue angle of 217.58º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072962 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 41 | 98 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.62 |
| HSL | 217.58º | 0.87% | 0.21% | - |
| HSV(B) | 217.58º | 0.93% | 0.38% | - |
| XYZ | 3.09 | 2.51 | 11.88 | - |
| YUV | 37.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 98 | 0.93 | 0.58 | 0 | 0.62 | 217.58 | 0.87 | 0.21 |
| Hex | 7 | 29 | 62 | 5D | 3A | 0 | 3E | DA | 57 | 15 |
| Octal | 7 | 51 | 142 | 135 | 72 | 0 | 76 | 332 | 127 | 25 |
| Binary | 111 | 101001 | 1100010 | 1011101 | 111010 | 0 | 111110 | 11011010 | 1010111 | 10101 |
Color Harmonies of #072962
Complementary color
Monochromatic Colors of #072962
Black with #072962
Text Example
Text Example
White with #072962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072962; }
p { color: rgb(7,41,98); }
H1.HeaderClassName
{
color: #072962;
}
.AnyTagClassName
{
color: #072962;
}
</style>
background-color css
<style>
a { background-color: #072962; }
a { background-color: rgb(7,41,98); }
div.DivClassName
{
background-color: #072962;
}
.BgClassName
{
background-color: #072962;
}
</style>
border-color css
<style>
span { border-color: #072962; }
span { border-color: rgb(7,41,98); }
td.TdClassName
{
border-color: #072962;
}
.TagClassName
{
border-color: #072962;
}
</style>