Shades of Sapphire #072158
Tints of Sapphire #072158
RGB
CMYK
RGB Variations
Color information
#072158 (or 0x072158) is known color: Sapphire. HEX triplet: 07, 21 and 58. RGB value is (7,33,88). Sum of RGB (Red+Green+Blue) = 7+33+88=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #072158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072158 is #F8DEA7. Grayscale: #1F1F1F. Windows color (decimal): -16309928 or 5775623. OLE color: 5775623.
HSL color Cylindrical-coordinate representation of color #072158: hue angle of 220.74º 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 #072158 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 33 | 88 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.65 |
| HSL | 220.74º | 0.85% | 0.19% | - |
| HSV(B) | 220.74º | 0.92% | 0.35% | - |
| XYZ | 2.39 | 1.84 | 9.46 | - |
| YUV | 31.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 88 | 0.92 | 0.62 | 0 | 0.65 | 220.74 | 0.85 | 0.19 |
| Hex | 7 | 21 | 58 | 5C | 3E | 0 | 41 | DD | 55 | 13 |
| Octal | 7 | 41 | 130 | 134 | 76 | 0 | 101 | 335 | 125 | 23 |
| Binary | 111 | 100001 | 1011000 | 1011100 | 111110 | 0 | 1000001 | 11011101 | 1010101 | 10011 |
Color Harmonies of #072158
Complementary color
Monochromatic Colors of #072158
Black with #072158
Text Example
Text Example
White with #072158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072158; }
p { color: rgb(7,33,88); }
H1.HeaderClassName
{
color: #072158;
}
.AnyTagClassName
{
color: #072158;
}
</style>
background-color css
<style>
a { background-color: #072158; }
a { background-color: rgb(7,33,88); }
div.DivClassName
{
background-color: #072158;
}
.BgClassName
{
background-color: #072158;
}
</style>
border-color css
<style>
span { border-color: #072158; }
span { border-color: rgb(7,33,88); }
td.TdClassName
{
border-color: #072158;
}
.TagClassName
{
border-color: #072158;
}
</style>