Shades of Sapphire #072055
Tints of Sapphire #072055
RGB
CMYK
RGB Variations
Color information
#072055 (or 0x072055) is known color: Sapphire. HEX triplet: 07, 20 and 55. RGB value is (7,32,85). Sum of RGB (Red+Green+Blue) = 7+32+85=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #072055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072055 is #F8DFAA. Grayscale: #1E1E1E. Windows color (decimal): -16310187 or 5578759. OLE color: 5578759.
HSL color Cylindrical-coordinate representation of color #072055: hue angle of 220.77º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072055 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 32 | 85 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.67 |
| HSL | 220.77º | 0.85% | 0.18% | - |
| HSV(B) | 220.77º | 0.92% | 0.33% | - |
| XYZ | 2.24 | 1.73 | 8.81 | - |
| YUV | 30.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 85 | 0.92 | 0.62 | 0 | 0.67 | 220.77 | 0.85 | 0.18 |
| Hex | 7 | 20 | 55 | 5C | 3E | 0 | 43 | DD | 55 | 12 |
| Octal | 7 | 40 | 125 | 134 | 76 | 0 | 103 | 335 | 125 | 22 |
| Binary | 111 | 100000 | 1010101 | 1011100 | 111110 | 0 | 1000011 | 11011101 | 1010101 | 10010 |
Color Harmonies of #072055
Complementary color
Monochromatic Colors of #072055
Black with #072055
Text Example
Text Example
White with #072055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072055; }
p { color: rgb(7,32,85); }
H1.HeaderClassName
{
color: #072055;
}
.AnyTagClassName
{
color: #072055;
}
</style>
background-color css
<style>
a { background-color: #072055; }
a { background-color: rgb(7,32,85); }
div.DivClassName
{
background-color: #072055;
}
.BgClassName
{
background-color: #072055;
}
</style>
border-color css
<style>
span { border-color: #072055; }
span { border-color: rgb(7,32,85); }
td.TdClassName
{
border-color: #072055;
}
.TagClassName
{
border-color: #072055;
}
</style>