Shades of Sapphire #072177
Tints of Sapphire #072177
RGB
CMYK
RGB Variations
Color information
#072177 (or 0x072177) is known color: Sapphire. HEX triplet: 07, 21 and 77. RGB value is (7,33,119). Sum of RGB (Red+Green+Blue) = 7+33+119=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #072177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072177 is #F8DE88. Grayscale: #222222. Windows color (decimal): -16309897 or 7807239. OLE color: 7807239.
HSL color Cylindrical-coordinate representation of color #072177: hue angle of 226.07º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072177 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 33 | 119 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.53 |
| HSL | 226.07º | 0.89% | 0.25% | - |
| HSV(B) | 226.07º | 0.94% | 0.47% | - |
| XYZ | 3.96 | 2.46 | 17.72 | - |
| YUV | 35.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 119 | 0.94 | 0.72 | 0 | 0.53 | 226.07 | 0.89 | 0.25 |
| Hex | 7 | 21 | 77 | 5E | 48 | 0 | 35 | E2 | 59 | 19 |
| Octal | 7 | 41 | 167 | 136 | 110 | 0 | 65 | 342 | 131 | 31 |
| Binary | 111 | 100001 | 1110111 | 1011110 | 1001000 | 0 | 110101 | 11100010 | 1011001 | 11001 |
Color Harmonies of #072177
Complementary color
Monochromatic Colors of #072177
Black with #072177
Text Example
Text Example
White with #072177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072177; }
p { color: rgb(7,33,119); }
H1.HeaderClassName
{
color: #072177;
}
.AnyTagClassName
{
color: #072177;
}
</style>
background-color css
<style>
a { background-color: #072177; }
a { background-color: rgb(7,33,119); }
div.DivClassName
{
background-color: #072177;
}
.BgClassName
{
background-color: #072177;
}
</style>
border-color css
<style>
span { border-color: #072177; }
span { border-color: rgb(7,33,119); }
td.TdClassName
{
border-color: #072177;
}
.TagClassName
{
border-color: #072177;
}
</style>