Shades of Sapphire #072B76
Tints of Sapphire #072B76
RGB
CMYK
RGB Variations
Color information
#072B76 (or 0x072B76) is known color: Sapphire. HEX triplet: 07, 2B and 76. RGB value is (7,43,118). Sum of RGB (Red+Green+Blue) = 7+43+118=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #072B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B76 is #F8D489. Grayscale: #282828. Windows color (decimal): -16307338 or 7744263. OLE color: 7744263.
HSL color Cylindrical-coordinate representation of color #072B76: hue angle of 220.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072B76 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 43 | 118 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.54 |
| HSL | 220.54º | 0.89% | 0.25% | - |
| HSV(B) | 220.54º | 0.94% | 0.46% | - |
| XYZ | 4.22 | 3.08 | 17.51 | - |
| YUV | 40.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 118 | 0.94 | 0.64 | 0 | 0.54 | 220.54 | 0.89 | 0.25 |
| Hex | 7 | 2B | 76 | 5E | 40 | 0 | 36 | DD | 59 | 19 |
| Octal | 7 | 53 | 166 | 136 | 100 | 0 | 66 | 335 | 131 | 31 |
| Binary | 111 | 101011 | 1110110 | 1011110 | 1000000 | 0 | 110110 | 11011101 | 1011001 | 11001 |
Color Harmonies of #072B76
Complementary color
Monochromatic Colors of #072B76
Black with #072B76
Text Example
Text Example
White with #072B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B76; }
p { color: rgb(7,43,118); }
H1.HeaderClassName
{
color: #072B76;
}
.AnyTagClassName
{
color: #072B76;
}
</style>
background-color css
<style>
a { background-color: #072B76; }
a { background-color: rgb(7,43,118); }
div.DivClassName
{
background-color: #072B76;
}
.BgClassName
{
background-color: #072B76;
}
</style>
border-color css
<style>
span { border-color: #072B76; }
span { border-color: rgb(7,43,118); }
td.TdClassName
{
border-color: #072B76;
}
.TagClassName
{
border-color: #072B76;
}
</style>