Shades of Sapphire #072853
Tints of Sapphire #072853
RGB
CMYK
RGB Variations
Color information
#072853 (or 0x072853) is known color: Sapphire. HEX triplet: 07, 28 and 53. RGB value is (7,40,83). Sum of RGB (Red+Green+Blue) = 7+40+83=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #072853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072853 is #F8D7AC. Grayscale: #222222. Windows color (decimal): -16308141 or 5449735. OLE color: 5449735.
HSL color Cylindrical-coordinate representation of color #072853: hue angle of 213.95º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072853 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 40 | 83 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.67 |
| HSL | 213.95º | 0.84% | 0.18% | - |
| HSV(B) | 213.95º | 0.92% | 0.33% | - |
| XYZ | 2.41 | 2.19 | 8.48 | - |
| YUV | 35.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 83 | 0.92 | 0.52 | 0 | 0.67 | 213.95 | 0.84 | 0.18 |
| Hex | 7 | 28 | 53 | 5C | 34 | 0 | 43 | D6 | 54 | 12 |
| Octal | 7 | 50 | 123 | 134 | 64 | 0 | 103 | 326 | 124 | 22 |
| Binary | 111 | 101000 | 1010011 | 1011100 | 110100 | 0 | 1000011 | 11010110 | 1010100 | 10010 |
Color Harmonies of #072853
Complementary color
Monochromatic Colors of #072853
Black with #072853
Text Example
Text Example
White with #072853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072853; }
p { color: rgb(7,40,83); }
H1.HeaderClassName
{
color: #072853;
}
.AnyTagClassName
{
color: #072853;
}
</style>
background-color css
<style>
a { background-color: #072853; }
a { background-color: rgb(7,40,83); }
div.DivClassName
{
background-color: #072853;
}
.BgClassName
{
background-color: #072853;
}
</style>
border-color css
<style>
span { border-color: #072853; }
span { border-color: rgb(7,40,83); }
td.TdClassName
{
border-color: #072853;
}
.TagClassName
{
border-color: #072853;
}
</style>