Shades of Sapphire #072B73
Tints of Sapphire #072B73
RGB
CMYK
RGB Variations
Color information
#072B73 (or 0x072B73) is known color: Sapphire. HEX triplet: 07, 2B and 73. RGB value is (7,43,115). Sum of RGB (Red+Green+Blue) = 7+43+115=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #072B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B73 is #F8D48C. Grayscale: #282828. Windows color (decimal): -16307341 or 7547655. OLE color: 7547655.
HSL color Cylindrical-coordinate representation of color #072B73: hue angle of 220º 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 #072B73 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 43 | 115 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.55 |
| HSL | 220º | 0.89% | 0.24% | - |
| HSV(B) | 220º | 0.94% | 0.45% | - |
| XYZ | 4.05 | 3.01 | 16.59 | - |
| YUV | 40.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 115 | 0.94 | 0.63 | 0 | 0.55 | 220 | 0.89 | 0.24 |
| Hex | 7 | 2B | 73 | 5E | 3F | 0 | 37 | DC | 59 | 18 |
| Octal | 7 | 53 | 163 | 136 | 77 | 0 | 67 | 334 | 131 | 30 |
| Binary | 111 | 101011 | 1110011 | 1011110 | 111111 | 0 | 110111 | 11011100 | 1011001 | 11000 |
Color Harmonies of #072B73
Complementary color
Monochromatic Colors of #072B73
Black with #072B73
Text Example
Text Example
White with #072B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B73; }
p { color: rgb(7,43,115); }
H1.HeaderClassName
{
color: #072B73;
}
.AnyTagClassName
{
color: #072B73;
}
</style>
background-color css
<style>
a { background-color: #072B73; }
a { background-color: rgb(7,43,115); }
div.DivClassName
{
background-color: #072B73;
}
.BgClassName
{
background-color: #072B73;
}
</style>
border-color css
<style>
span { border-color: #072B73; }
span { border-color: rgb(7,43,115); }
td.TdClassName
{
border-color: #072B73;
}
.TagClassName
{
border-color: #072B73;
}
</style>