Shades of Sapphire #072873
Tints of Sapphire #072873
RGB
CMYK
RGB Variations
Color information
#072873 (or 0x072873) is known color: Sapphire. HEX triplet: 07, 28 and 73. RGB value is (7,40,115). Sum of RGB (Red+Green+Blue) = 7+40+115=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #072873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072873 is #F8D78C. Grayscale: #262626. Windows color (decimal): -16308109 or 7546887. OLE color: 7546887.
HSL color Cylindrical-coordinate representation of color #072873: hue angle of 221.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072873 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 40 | 115 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.55 |
| HSL | 221.67º | 0.89% | 0.24% | - |
| HSV(B) | 221.67º | 0.94% | 0.45% | - |
| XYZ | 3.94 | 2.8 | 16.55 | - |
| YUV | 38.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 115 | 0.94 | 0.65 | 0 | 0.55 | 221.67 | 0.89 | 0.24 |
| Hex | 7 | 28 | 73 | 5E | 41 | 0 | 37 | DE | 59 | 18 |
| Octal | 7 | 50 | 163 | 136 | 101 | 0 | 67 | 336 | 131 | 30 |
| Binary | 111 | 101000 | 1110011 | 1011110 | 1000001 | 0 | 110111 | 11011110 | 1011001 | 11000 |
Color Harmonies of #072873
Complementary color
Monochromatic Colors of #072873
Black with #072873
Text Example
Text Example
White with #072873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072873; }
p { color: rgb(7,40,115); }
H1.HeaderClassName
{
color: #072873;
}
.AnyTagClassName
{
color: #072873;
}
</style>
background-color css
<style>
a { background-color: #072873; }
a { background-color: rgb(7,40,115); }
div.DivClassName
{
background-color: #072873;
}
.BgClassName
{
background-color: #072873;
}
</style>
border-color css
<style>
span { border-color: #072873; }
span { border-color: rgb(7,40,115); }
td.TdClassName
{
border-color: #072873;
}
.TagClassName
{
border-color: #072873;
}
</style>