Shades of Sapphire #073177
Tints of Sapphire #073177
RGB
CMYK
RGB Variations
Color information
#073177 (or 0x073177) is known color: Sapphire. HEX triplet: 07, 31 and 77. RGB value is (7,49,119). Sum of RGB (Red+Green+Blue) = 7+49+119=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #073177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073177 is #F8CE88. Grayscale: #2C2C2C. Windows color (decimal): -16305801 or 7811335. OLE color: 7811335.
HSL color Cylindrical-coordinate representation of color #073177: hue angle of 217.5º 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 #073177 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 49 | 119 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.53 |
| HSL | 217.5º | 0.89% | 0.25% | - |
| HSV(B) | 217.5º | 0.94% | 0.47% | - |
| XYZ | 4.52 | 3.57 | 17.9 | - |
| YUV | 44.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 119 | 0.94 | 0.59 | 0 | 0.53 | 217.5 | 0.89 | 0.25 |
| Hex | 7 | 31 | 77 | 5E | 3B | 0 | 35 | DA | 59 | 19 |
| Octal | 7 | 61 | 167 | 136 | 73 | 0 | 65 | 332 | 131 | 31 |
| Binary | 111 | 110001 | 1110111 | 1011110 | 111011 | 0 | 110101 | 11011010 | 1011001 | 11001 |
Color Harmonies of #073177
Complementary color
Monochromatic Colors of #073177
Black with #073177
Text Example
Text Example
White with #073177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073177; }
p { color: rgb(7,49,119); }
H1.HeaderClassName
{
color: #073177;
}
.AnyTagClassName
{
color: #073177;
}
</style>
background-color css
<style>
a { background-color: #073177; }
a { background-color: rgb(7,49,119); }
div.DivClassName
{
background-color: #073177;
}
.BgClassName
{
background-color: #073177;
}
</style>
border-color css
<style>
span { border-color: #073177; }
span { border-color: rgb(7,49,119); }
td.TdClassName
{
border-color: #073177;
}
.TagClassName
{
border-color: #073177;
}
</style>