Shades of Sapphire #072854
Tints of Sapphire #072854
RGB
CMYK
RGB Variations
Color information
#072854 (or 0x072854) is known color: Sapphire. HEX triplet: 07, 28 and 54. RGB value is (7,40,84). Sum of RGB (Red+Green+Blue) = 7+40+84=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #072854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072854 is #F8D7AB. Grayscale: #222222. Windows color (decimal): -16308140 or 5515271. OLE color: 5515271.
HSL color Cylindrical-coordinate representation of color #072854: hue angle of 214.29º degrees, saturation: 0.85, 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 #072854 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 40 | 84 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.67 |
| HSL | 214.29º | 0.85% | 0.18% | - |
| HSV(B) | 214.29º | 0.92% | 0.33% | - |
| XYZ | 2.45 | 2.2 | 8.68 | - |
| YUV | 35.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 84 | 0.92 | 0.52 | 0 | 0.67 | 214.29 | 0.85 | 0.18 |
| Hex | 7 | 28 | 54 | 5C | 34 | 0 | 43 | D6 | 55 | 12 |
| Octal | 7 | 50 | 124 | 134 | 64 | 0 | 103 | 326 | 125 | 22 |
| Binary | 111 | 101000 | 1010100 | 1011100 | 110100 | 0 | 1000011 | 11010110 | 1010101 | 10010 |
Color Harmonies of #072854
Complementary color
Monochromatic Colors of #072854
Black with #072854
Text Example
Text Example
White with #072854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072854; }
p { color: rgb(7,40,84); }
H1.HeaderClassName
{
color: #072854;
}
.AnyTagClassName
{
color: #072854;
}
</style>
background-color css
<style>
a { background-color: #072854; }
a { background-color: rgb(7,40,84); }
div.DivClassName
{
background-color: #072854;
}
.BgClassName
{
background-color: #072854;
}
</style>
border-color css
<style>
span { border-color: #072854; }
span { border-color: rgb(7,40,84); }
td.TdClassName
{
border-color: #072854;
}
.TagClassName
{
border-color: #072854;
}
</style>