Shades of Sapphire #072752
Tints of Sapphire #072752
RGB
CMYK
RGB Variations
Color information
#072752 (or 0x072752) is known color: Sapphire. HEX triplet: 07, 27 and 52. RGB value is (7,39,82). Sum of RGB (Red+Green+Blue) = 7+39+82=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #072752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072752 is #F8D8AD. Grayscale: #222222. Windows color (decimal): -16308398 or 5383943. OLE color: 5383943.
HSL color Cylindrical-coordinate representation of color #072752: hue angle of 214.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072752 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 39 | 82 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.68 |
| HSL | 214.4º | 0.84% | 0.17% | - |
| HSV(B) | 214.4º | 0.91% | 0.32% | - |
| XYZ | 2.34 | 2.11 | 8.27 | - |
| YUV | 34.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 82 | 0.91 | 0.52 | 0 | 0.68 | 214.4 | 0.84 | 0.17 |
| Hex | 7 | 27 | 52 | 5B | 34 | 0 | 44 | D6 | 54 | 11 |
| Octal | 7 | 47 | 122 | 133 | 64 | 0 | 104 | 326 | 124 | 21 |
| Binary | 111 | 100111 | 1010010 | 1011011 | 110100 | 0 | 1000100 | 11010110 | 1010100 | 10001 |
Color Harmonies of #072752
Complementary color
Monochromatic Colors of #072752
Black with #072752
Text Example
Text Example
White with #072752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072752; }
p { color: rgb(7,39,82); }
H1.HeaderClassName
{
color: #072752;
}
.AnyTagClassName
{
color: #072752;
}
</style>
background-color css
<style>
a { background-color: #072752; }
a { background-color: rgb(7,39,82); }
div.DivClassName
{
background-color: #072752;
}
.BgClassName
{
background-color: #072752;
}
</style>
border-color css
<style>
span { border-color: #072752; }
span { border-color: rgb(7,39,82); }
td.TdClassName
{
border-color: #072752;
}
.TagClassName
{
border-color: #072752;
}
</style>