Shades of Sapphire #072762
Tints of Sapphire #072762
RGB
CMYK
RGB Variations
Color information
#072762 (or 0x072762) is known color: Sapphire. HEX triplet: 07, 27 and 62. RGB value is (7,39,98). Sum of RGB (Red+Green+Blue) = 7+39+98=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #072762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072762 is #F8D89D. Grayscale: #232323. Windows color (decimal): -16308382 or 6432519. OLE color: 6432519.
HSL color Cylindrical-coordinate representation of color #072762: hue angle of 218.9º 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 #072762 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 39 | 98 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.62 |
| HSL | 218.9º | 0.87% | 0.21% | - |
| HSV(B) | 218.9º | 0.93% | 0.38% | - |
| XYZ | 3.02 | 2.38 | 11.86 | - |
| YUV | 36.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 98 | 0.93 | 0.60 | 0 | 0.62 | 218.9 | 0.87 | 0.21 |
| Hex | 7 | 27 | 62 | 5D | 3C | 0 | 3E | DB | 57 | 15 |
| Octal | 7 | 47 | 142 | 135 | 74 | 0 | 76 | 333 | 127 | 25 |
| Binary | 111 | 100111 | 1100010 | 1011101 | 111100 | 0 | 111110 | 11011011 | 1010111 | 10101 |
Color Harmonies of #072762
Complementary color
Monochromatic Colors of #072762
Black with #072762
Text Example
Text Example
White with #072762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072762; }
p { color: rgb(7,39,98); }
H1.HeaderClassName
{
color: #072762;
}
.AnyTagClassName
{
color: #072762;
}
</style>
background-color css
<style>
a { background-color: #072762; }
a { background-color: rgb(7,39,98); }
div.DivClassName
{
background-color: #072762;
}
.BgClassName
{
background-color: #072762;
}
</style>
border-color css
<style>
span { border-color: #072762; }
span { border-color: rgb(7,39,98); }
td.TdClassName
{
border-color: #072762;
}
.TagClassName
{
border-color: #072762;
}
</style>