Shades of Sapphire #072370
Tints of Sapphire #072370
RGB
CMYK
RGB Variations
Color information
#072370 (or 0x072370) is known color: Sapphire. HEX triplet: 07, 23 and 70. RGB value is (7,35,112). Sum of RGB (Red+Green+Blue) = 7+35+112=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #072370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072370 is #F8DC8F. Grayscale: #232323. Windows color (decimal): -16309392 or 7348999. OLE color: 7348999.
HSL color Cylindrical-coordinate representation of color #072370: hue angle of 224º 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 #072370 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 35 | 112 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.56 |
| HSL | 224º | 0.88% | 0.23% | - |
| HSV(B) | 224º | 0.94% | 0.44% | - |
| XYZ | 3.61 | 2.42 | 15.61 | - |
| YUV | 35.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 112 | 0.94 | 0.69 | 0 | 0.56 | 224 | 0.88 | 0.23 |
| Hex | 7 | 23 | 70 | 5E | 45 | 0 | 38 | E0 | 58 | 17 |
| Octal | 7 | 43 | 160 | 136 | 105 | 0 | 70 | 340 | 130 | 27 |
| Binary | 111 | 100011 | 1110000 | 1011110 | 1000101 | 0 | 111000 | 11100000 | 1011000 | 10111 |
Color Harmonies of #072370
Complementary color
Monochromatic Colors of #072370
Black with #072370
Text Example
Text Example
White with #072370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072370; }
p { color: rgb(7,35,112); }
H1.HeaderClassName
{
color: #072370;
}
.AnyTagClassName
{
color: #072370;
}
</style>
background-color css
<style>
a { background-color: #072370; }
a { background-color: rgb(7,35,112); }
div.DivClassName
{
background-color: #072370;
}
.BgClassName
{
background-color: #072370;
}
</style>
border-color css
<style>
span { border-color: #072370; }
span { border-color: rgb(7,35,112); }
td.TdClassName
{
border-color: #072370;
}
.TagClassName
{
border-color: #072370;
}
</style>