Shades of Sapphire #072560
Tints of Sapphire #072560
RGB
CMYK
RGB Variations
Color information
#072560 (or 0x072560) is known color: Sapphire. HEX triplet: 07, 25 and 60. RGB value is (7,37,96). Sum of RGB (Red+Green+Blue) = 7+37+96=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #072560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072560 is #F8DA9F. Grayscale: #222222. Windows color (decimal): -16308896 or 6300935. OLE color: 6300935.
HSL color Cylindrical-coordinate representation of color #072560: hue angle of 219.78º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072560 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 37 | 96 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.62 |
| HSL | 219.78º | 0.86% | 0.2% | - |
| HSV(B) | 219.78º | 0.93% | 0.38% | - |
| XYZ | 2.86 | 2.21 | 11.34 | - |
| YUV | 34.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 96 | 0.93 | 0.61 | 0 | 0.62 | 219.78 | 0.86 | 0.2 |
| Hex | 7 | 25 | 60 | 5D | 3D | 0 | 3E | DC | 56 | 14 |
| Octal | 7 | 45 | 140 | 135 | 75 | 0 | 76 | 334 | 126 | 24 |
| Binary | 111 | 100101 | 1100000 | 1011101 | 111101 | 0 | 111110 | 11011100 | 1010110 | 10100 |
Color Harmonies of #072560
Complementary color
Monochromatic Colors of #072560
Black with #072560
Text Example
Text Example
White with #072560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072560; }
p { color: rgb(7,37,96); }
H1.HeaderClassName
{
color: #072560;
}
.AnyTagClassName
{
color: #072560;
}
</style>
background-color css
<style>
a { background-color: #072560; }
a { background-color: rgb(7,37,96); }
div.DivClassName
{
background-color: #072560;
}
.BgClassName
{
background-color: #072560;
}
</style>
border-color css
<style>
span { border-color: #072560; }
span { border-color: rgb(7,37,96); }
td.TdClassName
{
border-color: #072560;
}
.TagClassName
{
border-color: #072560;
}
</style>