Shades of Sapphire #072870
Tints of Sapphire #072870
RGB
CMYK
RGB Variations
Color information
#072870 (or 0x072870) is known color: Sapphire. HEX triplet: 07, 28 and 70. RGB value is (7,40,112). Sum of RGB (Red+Green+Blue) = 7+40+112=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #072870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072870 is #F8D78F. Grayscale: #262626. Windows color (decimal): -16308112 or 7350279. OLE color: 7350279.
HSL color Cylindrical-coordinate representation of color #072870: hue angle of 221.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072870 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 40 | 112 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.56 |
| HSL | 221.14º | 0.88% | 0.23% | - |
| HSV(B) | 221.14º | 0.94% | 0.44% | - |
| XYZ | 3.77 | 2.73 | 15.66 | - |
| YUV | 38.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 112 | 0.94 | 0.64 | 0 | 0.56 | 221.14 | 0.88 | 0.23 |
| Hex | 7 | 28 | 70 | 5E | 40 | 0 | 38 | DD | 58 | 17 |
| Octal | 7 | 50 | 160 | 136 | 100 | 0 | 70 | 335 | 130 | 27 |
| Binary | 111 | 101000 | 1110000 | 1011110 | 1000000 | 0 | 111000 | 11011101 | 1011000 | 10111 |
Color Harmonies of #072870
Complementary color
Monochromatic Colors of #072870
Black with #072870
Text Example
Text Example
White with #072870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072870; }
p { color: rgb(7,40,112); }
H1.HeaderClassName
{
color: #072870;
}
.AnyTagClassName
{
color: #072870;
}
</style>
background-color css
<style>
a { background-color: #072870; }
a { background-color: rgb(7,40,112); }
div.DivClassName
{
background-color: #072870;
}
.BgClassName
{
background-color: #072870;
}
</style>
border-color css
<style>
span { border-color: #072870; }
span { border-color: rgb(7,40,112); }
td.TdClassName
{
border-color: #072870;
}
.TagClassName
{
border-color: #072870;
}
</style>