Shades of Sapphire #072570
Tints of Sapphire #072570
RGB
CMYK
RGB Variations
Color information
#072570 (or 0x072570) is known color: Sapphire. HEX triplet: 07, 25 and 70. RGB value is (7,37,112). Sum of RGB (Red+Green+Blue) = 7+37+112=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #072570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072570 is #F8DA8F. Grayscale: #242424. Windows color (decimal): -16308880 or 7349511. OLE color: 7349511.
HSL color Cylindrical-coordinate representation of color #072570: hue angle of 222.86º 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 #072570 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 37 | 112 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.56 |
| HSL | 222.86º | 0.88% | 0.23% | - |
| HSV(B) | 222.86º | 0.94% | 0.44% | - |
| XYZ | 3.67 | 2.54 | 15.63 | - |
| YUV | 36.58 | 170.56 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 112 | 0.94 | 0.67 | 0 | 0.56 | 222.86 | 0.88 | 0.23 |
| Hex | 7 | 25 | 70 | 5E | 43 | 0 | 38 | DF | 58 | 17 |
| Octal | 7 | 45 | 160 | 136 | 103 | 0 | 70 | 337 | 130 | 27 |
| Binary | 111 | 100101 | 1110000 | 1011110 | 1000011 | 0 | 111000 | 11011111 | 1011000 | 10111 |
Color Harmonies of #072570
Complementary color
Monochromatic Colors of #072570
Black with #072570
Text Example
Text Example
White with #072570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072570; }
p { color: rgb(7,37,112); }
H1.HeaderClassName
{
color: #072570;
}
.AnyTagClassName
{
color: #072570;
}
</style>
background-color css
<style>
a { background-color: #072570; }
a { background-color: rgb(7,37,112); }
div.DivClassName
{
background-color: #072570;
}
.BgClassName
{
background-color: #072570;
}
</style>
border-color css
<style>
span { border-color: #072570; }
span { border-color: rgb(7,37,112); }
td.TdClassName
{
border-color: #072570;
}
.TagClassName
{
border-color: #072570;
}
</style>