Shades of Sapphire #072170
Tints of Sapphire #072170
RGB
CMYK
RGB Variations
Color information
#072170 (or 0x072170) is known color: Sapphire. HEX triplet: 07, 21 and 70. RGB value is (7,33,112). Sum of RGB (Red+Green+Blue) = 7+33+112=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #072170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072170 is #F8DE8F. Grayscale: #212121. Windows color (decimal): -16309904 or 7348487. OLE color: 7348487.
HSL color Cylindrical-coordinate representation of color #072170: hue angle of 225.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 #072170 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 33 | 112 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.56 |
| HSL | 225.14º | 0.88% | 0.23% | - |
| HSV(B) | 225.14º | 0.94% | 0.44% | - |
| XYZ | 3.56 | 2.3 | 15.59 | - |
| YUV | 34.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 112 | 0.94 | 0.71 | 0 | 0.56 | 225.14 | 0.88 | 0.23 |
| Hex | 7 | 21 | 70 | 5E | 47 | 0 | 38 | E1 | 58 | 17 |
| Octal | 7 | 41 | 160 | 136 | 107 | 0 | 70 | 341 | 130 | 27 |
| Binary | 111 | 100001 | 1110000 | 1011110 | 1000111 | 0 | 111000 | 11100001 | 1011000 | 10111 |
Color Harmonies of #072170
Complementary color
Monochromatic Colors of #072170
Black with #072170
Text Example
Text Example
White with #072170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072170; }
p { color: rgb(7,33,112); }
H1.HeaderClassName
{
color: #072170;
}
.AnyTagClassName
{
color: #072170;
}
</style>
background-color css
<style>
a { background-color: #072170; }
a { background-color: rgb(7,33,112); }
div.DivClassName
{
background-color: #072170;
}
.BgClassName
{
background-color: #072170;
}
</style>
border-color css
<style>
span { border-color: #072170; }
span { border-color: rgb(7,33,112); }
td.TdClassName
{
border-color: #072170;
}
.TagClassName
{
border-color: #072170;
}
</style>