Shades of Sapphire #072558
Tints of Sapphire #072558
RGB
CMYK
RGB Variations
Color information
#072558 (or 0x072558) is known color: Sapphire. HEX triplet: 07, 25 and 58. RGB value is (7,37,88). Sum of RGB (Red+Green+Blue) = 7+37+88=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #072558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072558 is #F8DAA7. Grayscale: #212121. Windows color (decimal): -16308904 or 5776647. OLE color: 5776647.
HSL color Cylindrical-coordinate representation of color #072558: hue angle of 217.78º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072558 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 37 | 88 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.65 |
| HSL | 217.78º | 0.85% | 0.19% | - |
| HSV(B) | 217.78º | 0.92% | 0.35% | - |
| XYZ | 2.51 | 2.07 | 9.5 | - |
| YUV | 33.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 88 | 0.92 | 0.58 | 0 | 0.65 | 217.78 | 0.85 | 0.19 |
| Hex | 7 | 25 | 58 | 5C | 3A | 0 | 41 | DA | 55 | 13 |
| Octal | 7 | 45 | 130 | 134 | 72 | 0 | 101 | 332 | 125 | 23 |
| Binary | 111 | 100101 | 1011000 | 1011100 | 111010 | 0 | 1000001 | 11011010 | 1010101 | 10011 |
Color Harmonies of #072558
Complementary color
Monochromatic Colors of #072558
Black with #072558
Text Example
Text Example
White with #072558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072558; }
p { color: rgb(7,37,88); }
H1.HeaderClassName
{
color: #072558;
}
.AnyTagClassName
{
color: #072558;
}
</style>
background-color css
<style>
a { background-color: #072558; }
a { background-color: rgb(7,37,88); }
div.DivClassName
{
background-color: #072558;
}
.BgClassName
{
background-color: #072558;
}
</style>
border-color css
<style>
span { border-color: #072558; }
span { border-color: rgb(7,37,88); }
td.TdClassName
{
border-color: #072558;
}
.TagClassName
{
border-color: #072558;
}
</style>