Shades of Sapphire #072877
Tints of Sapphire #072877
RGB
CMYK
RGB Variations
Color information
#072877 (or 0x072877) is known color: Sapphire. HEX triplet: 07, 28 and 77. RGB value is (7,40,119). Sum of RGB (Red+Green+Blue) = 7+40+119=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #072877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072877 is #F8D788. Grayscale: #262626. Windows color (decimal): -16308105 or 7809031. OLE color: 7809031.
HSL color Cylindrical-coordinate representation of color #072877: hue angle of 222.32º 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 #072877 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 40 | 119 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.53 |
| HSL | 222.32º | 0.89% | 0.25% | - |
| HSV(B) | 222.32º | 0.94% | 0.47% | - |
| XYZ | 4.18 | 2.89 | 17.79 | - |
| YUV | 39.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 119 | 0.94 | 0.66 | 0 | 0.53 | 222.32 | 0.89 | 0.25 |
| Hex | 7 | 28 | 77 | 5E | 42 | 0 | 35 | DE | 59 | 19 |
| Octal | 7 | 50 | 167 | 136 | 102 | 0 | 65 | 336 | 131 | 31 |
| Binary | 111 | 101000 | 1110111 | 1011110 | 1000010 | 0 | 110101 | 11011110 | 1011001 | 11001 |
Color Harmonies of #072877
Complementary color
Monochromatic Colors of #072877
Black with #072877
Text Example
Text Example
White with #072877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072877; }
p { color: rgb(7,40,119); }
H1.HeaderClassName
{
color: #072877;
}
.AnyTagClassName
{
color: #072877;
}
</style>
background-color css
<style>
a { background-color: #072877; }
a { background-color: rgb(7,40,119); }
div.DivClassName
{
background-color: #072877;
}
.BgClassName
{
background-color: #072877;
}
</style>
border-color css
<style>
span { border-color: #072877; }
span { border-color: rgb(7,40,119); }
td.TdClassName
{
border-color: #072877;
}
.TagClassName
{
border-color: #072877;
}
</style>