Shades of Sapphire #072F77
Tints of Sapphire #072F77
RGB
CMYK
RGB Variations
Color information
#072F77 (or 0x072F77) is known color: Sapphire. HEX triplet: 07, 2F and 77. RGB value is (7,47,119). Sum of RGB (Red+Green+Blue) = 7+47+119=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #072F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F77 is #F8D088. Grayscale: #2A2A2A. Windows color (decimal): -16306313 or 7810823. OLE color: 7810823.
HSL color Cylindrical-coordinate representation of color #072F77: hue angle of 218.57º 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 #072F77 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 47 | 119 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.53 |
| HSL | 218.57º | 0.89% | 0.25% | - |
| HSV(B) | 218.57º | 0.94% | 0.47% | - |
| XYZ | 4.43 | 3.41 | 17.88 | - |
| YUV | 43.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 119 | 0.94 | 0.61 | 0 | 0.53 | 218.57 | 0.89 | 0.25 |
| Hex | 7 | 2F | 77 | 5E | 3D | 0 | 35 | DB | 59 | 19 |
| Octal | 7 | 57 | 167 | 136 | 75 | 0 | 65 | 333 | 131 | 31 |
| Binary | 111 | 101111 | 1110111 | 1011110 | 111101 | 0 | 110101 | 11011011 | 1011001 | 11001 |
Color Harmonies of #072F77
Complementary color
Monochromatic Colors of #072F77
Black with #072F77
Text Example
Text Example
White with #072F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F77; }
p { color: rgb(7,47,119); }
H1.HeaderClassName
{
color: #072F77;
}
.AnyTagClassName
{
color: #072F77;
}
</style>
background-color css
<style>
a { background-color: #072F77; }
a { background-color: rgb(7,47,119); }
div.DivClassName
{
background-color: #072F77;
}
.BgClassName
{
background-color: #072F77;
}
</style>
border-color css
<style>
span { border-color: #072F77; }
span { border-color: rgb(7,47,119); }
td.TdClassName
{
border-color: #072F77;
}
.TagClassName
{
border-color: #072F77;
}
</style>