Shades of Sapphire #072980
Tints of Sapphire #072980
RGB
CMYK
RGB Variations
Color information
#072980 (or 0x072980) is known color: Sapphire. HEX triplet: 07, 29 and 80. RGB value is (7,41,128). Sum of RGB (Red+Green+Blue) = 7+41+128=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 128 (50.39% from 255 or 72.73% from 176); Max value from RGB is 128 - color contains mainly: blue. Hex color #072980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072980 is #F8D67F. Grayscale: #282828. Windows color (decimal): -16307840 or 8399111. OLE color: 8399111.
HSL color Cylindrical-coordinate representation of color #072980: hue angle of 223.14º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072980 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 41 | 128 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.50 |
| HSL | 223.14º | 0.9% | 0.26% | - |
| HSV(B) | 223.14º | 0.95% | 0.5% | - |
| XYZ | 4.78 | 3.19 | 20.79 | - |
| YUV | 40.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 128 | 0.95 | 0.68 | 0 | 0.50 | 223.14 | 0.9 | 0.26 |
| Hex | 7 | 29 | 80 | 5F | 44 | 0 | 32 | DF | 5A | 1A |
| Octal | 7 | 51 | 200 | 137 | 104 | 0 | 62 | 337 | 132 | 32 |
| Binary | 111 | 101001 | 10000000 | 1011111 | 1000100 | 0 | 110010 | 11011111 | 1011010 | 11010 |
Color Harmonies of #072980
Complementary color
Monochromatic Colors of #072980
Black with #072980
Text Example
Text Example
White with #072980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072980; }
p { color: rgb(7,41,128); }
H1.HeaderClassName
{
color: #072980;
}
.AnyTagClassName
{
color: #072980;
}
</style>
background-color css
<style>
a { background-color: #072980; }
a { background-color: rgb(7,41,128); }
div.DivClassName
{
background-color: #072980;
}
.BgClassName
{
background-color: #072980;
}
</style>
border-color css
<style>
span { border-color: #072980; }
span { border-color: rgb(7,41,128); }
td.TdClassName
{
border-color: #072980;
}
.TagClassName
{
border-color: #072980;
}
</style>