Shades of Sapphire #072360
Tints of Sapphire #072360
RGB
CMYK
RGB Variations
Color information
#072360 (or 0x072360) is known color: Sapphire. HEX triplet: 07, 23 and 60. RGB value is (7,35,96). Sum of RGB (Red+Green+Blue) = 7+35+96=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #072360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072360 is #F8DC9F. Grayscale: #212121. Windows color (decimal): -16309408 or 6300423. OLE color: 6300423.
HSL color Cylindrical-coordinate representation of color #072360: hue angle of 221.12º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072360 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 35 | 96 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.62 |
| HSL | 221.12º | 0.86% | 0.2% | - |
| HSV(B) | 221.12º | 0.93% | 0.38% | - |
| XYZ | 2.8 | 2.09 | 11.32 | - |
| YUV | 33.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 96 | 0.93 | 0.64 | 0 | 0.62 | 221.12 | 0.86 | 0.2 |
| Hex | 7 | 23 | 60 | 5D | 40 | 0 | 3E | DD | 56 | 14 |
| Octal | 7 | 43 | 140 | 135 | 100 | 0 | 76 | 335 | 126 | 24 |
| Binary | 111 | 100011 | 1100000 | 1011101 | 1000000 | 0 | 111110 | 11011101 | 1010110 | 10100 |
Color Harmonies of #072360
Complementary color
Monochromatic Colors of #072360
Black with #072360
Text Example
Text Example
White with #072360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072360; }
p { color: rgb(7,35,96); }
H1.HeaderClassName
{
color: #072360;
}
.AnyTagClassName
{
color: #072360;
}
</style>
background-color css
<style>
a { background-color: #072360; }
a { background-color: rgb(7,35,96); }
div.DivClassName
{
background-color: #072360;
}
.BgClassName
{
background-color: #072360;
}
</style>
border-color css
<style>
span { border-color: #072360; }
span { border-color: rgb(7,35,96); }
td.TdClassName
{
border-color: #072360;
}
.TagClassName
{
border-color: #072360;
}
</style>