Shades of Sapphire #072881
Tints of Sapphire #072881
RGB
CMYK
RGB Variations
Color information
#072881 (or 0x072881) is known color: Sapphire. HEX triplet: 07, 28 and 81. RGB value is (7,40,129). Sum of RGB (Red+Green+Blue) = 7+40+129=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 129 (50.78% from 255 or 73.30% from 176); Max value from RGB is 129 - color contains mainly: blue. Hex color #072881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072881 is #F8D77E. Grayscale: #272727. Windows color (decimal): -16308095 or 8464391. OLE color: 8464391.
HSL color Cylindrical-coordinate representation of color #072881: hue angle of 223.77º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072881 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 40 | 129 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.49 |
| HSL | 223.77º | 0.9% | 0.27% | - |
| HSV(B) | 223.77º | 0.95% | 0.51% | - |
| XYZ | 4.81 | 3.15 | 21.12 | - |
| YUV | 40.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 129 | 0.95 | 0.69 | 0 | 0.49 | 223.77 | 0.9 | 0.27 |
| Hex | 7 | 28 | 81 | 5F | 45 | 0 | 31 | E0 | 5A | 1B |
| Octal | 7 | 50 | 201 | 137 | 105 | 0 | 61 | 340 | 132 | 33 |
| Binary | 111 | 101000 | 10000001 | 1011111 | 1000101 | 0 | 110001 | 11100000 | 1011010 | 11011 |
Color Harmonies of #072881
Complementary color
Monochromatic Colors of #072881
Black with #072881
Text Example
Text Example
White with #072881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072881; }
p { color: rgb(7,40,129); }
H1.HeaderClassName
{
color: #072881;
}
.AnyTagClassName
{
color: #072881;
}
</style>
background-color css
<style>
a { background-color: #072881; }
a { background-color: rgb(7,40,129); }
div.DivClassName
{
background-color: #072881;
}
.BgClassName
{
background-color: #072881;
}
</style>
border-color css
<style>
span { border-color: #072881; }
span { border-color: rgb(7,40,129); }
td.TdClassName
{
border-color: #072881;
}
.TagClassName
{
border-color: #072881;
}
</style>