Shades of Sapphire #072456
Tints of Sapphire #072456
RGB
CMYK
RGB Variations
Color information
#072456 (or 0x072456) is known color: Sapphire. HEX triplet: 07, 24 and 56. RGB value is (7,36,86). Sum of RGB (Red+Green+Blue) = 7+36+86=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #072456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072456 is #F8DBA9. Grayscale: #202020. Windows color (decimal): -16309162 or 5645319. OLE color: 5645319.
HSL color Cylindrical-coordinate representation of color #072456: hue angle of 217.97º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072456 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 36 | 86 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.66 |
| HSL | 217.97º | 0.85% | 0.18% | - |
| HSV(B) | 217.97º | 0.92% | 0.34% | - |
| XYZ | 2.4 | 1.98 | 9.06 | - |
| YUV | 33.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 86 | 0.92 | 0.58 | 0 | 0.66 | 217.97 | 0.85 | 0.18 |
| Hex | 7 | 24 | 56 | 5C | 3A | 0 | 42 | DA | 55 | 12 |
| Octal | 7 | 44 | 126 | 134 | 72 | 0 | 102 | 332 | 125 | 22 |
| Binary | 111 | 100100 | 1010110 | 1011100 | 111010 | 0 | 1000010 | 11011010 | 1010101 | 10010 |
Color Harmonies of #072456
Complementary color
Monochromatic Colors of #072456
Black with #072456
Text Example
Text Example
White with #072456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072456; }
p { color: rgb(7,36,86); }
H1.HeaderClassName
{
color: #072456;
}
.AnyTagClassName
{
color: #072456;
}
</style>
background-color css
<style>
a { background-color: #072456; }
a { background-color: rgb(7,36,86); }
div.DivClassName
{
background-color: #072456;
}
.BgClassName
{
background-color: #072456;
}
</style>
border-color css
<style>
span { border-color: #072456; }
span { border-color: rgb(7,36,86); }
td.TdClassName
{
border-color: #072456;
}
.TagClassName
{
border-color: #072456;
}
</style>