Shades of Sapphire #072356
Tints of Sapphire #072356
RGB
CMYK
RGB Variations
Color information
#072356 (or 0x072356) is known color: Sapphire. HEX triplet: 07, 23 and 56. RGB value is (7,35,86). Sum of RGB (Red+Green+Blue) = 7+35+86=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #072356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072356 is #F8DCA9. Grayscale: #202020. Windows color (decimal): -16309418 or 5645063. OLE color: 5645063.
HSL color Cylindrical-coordinate representation of color #072356: hue angle of 218.73º 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 #072356 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 35 | 86 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.66 |
| HSL | 218.73º | 0.85% | 0.18% | - |
| HSV(B) | 218.73º | 0.92% | 0.34% | - |
| XYZ | 2.37 | 1.92 | 9.05 | - |
| YUV | 32.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 86 | 0.92 | 0.59 | 0 | 0.66 | 218.73 | 0.85 | 0.18 |
| Hex | 7 | 23 | 56 | 5C | 3B | 0 | 42 | DB | 55 | 12 |
| Octal | 7 | 43 | 126 | 134 | 73 | 0 | 102 | 333 | 125 | 22 |
| Binary | 111 | 100011 | 1010110 | 1011100 | 111011 | 0 | 1000010 | 11011011 | 1010101 | 10010 |
Color Harmonies of #072356
Complementary color
Monochromatic Colors of #072356
Black with #072356
Text Example
Text Example
White with #072356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072356; }
p { color: rgb(7,35,86); }
H1.HeaderClassName
{
color: #072356;
}
.AnyTagClassName
{
color: #072356;
}
</style>
background-color css
<style>
a { background-color: #072356; }
a { background-color: rgb(7,35,86); }
div.DivClassName
{
background-color: #072356;
}
.BgClassName
{
background-color: #072356;
}
</style>
border-color css
<style>
span { border-color: #072356; }
span { border-color: rgb(7,35,86); }
td.TdClassName
{
border-color: #072356;
}
.TagClassName
{
border-color: #072356;
}
</style>