Shades of Sapphire #072862
Tints of Sapphire #072862
RGB
CMYK
RGB Variations
Color information
#072862 (or 0x072862) is known color: Sapphire. HEX triplet: 07, 28 and 62. RGB value is (7,40,98). Sum of RGB (Red+Green+Blue) = 7+40+98=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #072862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072862 is #F8D79D. Grayscale: #242424. Windows color (decimal): -16308126 or 6432775. OLE color: 6432775.
HSL color Cylindrical-coordinate representation of color #072862: hue angle of 218.24º 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 #072862 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 40 | 98 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.62 |
| HSL | 218.24º | 0.87% | 0.21% | - |
| HSV(B) | 218.24º | 0.93% | 0.38% | - |
| XYZ | 3.05 | 2.44 | 11.87 | - |
| YUV | 36.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 98 | 0.93 | 0.59 | 0 | 0.62 | 218.24 | 0.87 | 0.21 |
| Hex | 7 | 28 | 62 | 5D | 3B | 0 | 3E | DA | 57 | 15 |
| Octal | 7 | 50 | 142 | 135 | 73 | 0 | 76 | 332 | 127 | 25 |
| Binary | 111 | 101000 | 1100010 | 1011101 | 111011 | 0 | 111110 | 11011010 | 1010111 | 10101 |
Color Harmonies of #072862
Complementary color
Monochromatic Colors of #072862
Black with #072862
Text Example
Text Example
White with #072862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072862; }
p { color: rgb(7,40,98); }
H1.HeaderClassName
{
color: #072862;
}
.AnyTagClassName
{
color: #072862;
}
</style>
background-color css
<style>
a { background-color: #072862; }
a { background-color: rgb(7,40,98); }
div.DivClassName
{
background-color: #072862;
}
.BgClassName
{
background-color: #072862;
}
</style>
border-color css
<style>
span { border-color: #072862; }
span { border-color: rgb(7,40,98); }
td.TdClassName
{
border-color: #072862;
}
.TagClassName
{
border-color: #072862;
}
</style>