Shades of Sapphire #072276
Tints of Sapphire #072276
RGB
CMYK
RGB Variations
Color information
#072276 (or 0x072276) is known color: Sapphire. HEX triplet: 07, 22 and 76. RGB value is (7,34,118). Sum of RGB (Red+Green+Blue) = 7+34+118=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #072276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072276 is #F8DD89. Grayscale: #232323. Windows color (decimal): -16309642 or 7741959. OLE color: 7741959.
HSL color Cylindrical-coordinate representation of color #072276: hue angle of 225.41º 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 #072276 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 34 | 118 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.54 |
| HSL | 225.41º | 0.89% | 0.25% | - |
| HSV(B) | 225.41º | 0.94% | 0.46% | - |
| XYZ | 3.93 | 2.5 | 17.41 | - |
| YUV | 35.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 118 | 0.94 | 0.71 | 0 | 0.54 | 225.41 | 0.89 | 0.25 |
| Hex | 7 | 22 | 76 | 5E | 47 | 0 | 36 | E1 | 59 | 19 |
| Octal | 7 | 42 | 166 | 136 | 107 | 0 | 66 | 341 | 131 | 31 |
| Binary | 111 | 100010 | 1110110 | 1011110 | 1000111 | 0 | 110110 | 11100001 | 1011001 | 11001 |
Color Harmonies of #072276
Complementary color
Monochromatic Colors of #072276
Black with #072276
Text Example
Text Example
White with #072276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072276; }
p { color: rgb(7,34,118); }
H1.HeaderClassName
{
color: #072276;
}
.AnyTagClassName
{
color: #072276;
}
</style>
background-color css
<style>
a { background-color: #072276; }
a { background-color: rgb(7,34,118); }
div.DivClassName
{
background-color: #072276;
}
.BgClassName
{
background-color: #072276;
}
</style>
border-color css
<style>
span { border-color: #072276; }
span { border-color: rgb(7,34,118); }
td.TdClassName
{
border-color: #072276;
}
.TagClassName
{
border-color: #072276;
}
</style>