Shades of Sapphire #071752
Tints of Sapphire #071752
RGB
CMYK
RGB Variations
Color information
#071752 (or 0x071752) is known color: Sapphire. HEX triplet: 07, 17 and 52. RGB value is (7,23,82). Sum of RGB (Red+Green+Blue) = 7+23+82=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 82 (32.42% from 255 or 73.21% from 112); Max value from RGB is 82 - color contains mainly: blue. Hex color #071752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071752 is #F8E8AD. Grayscale: #181818. Windows color (decimal): -16312494 or 5379847. OLE color: 5379847.
HSL color Cylindrical-coordinate representation of color #071752: hue angle of 227.2º 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 #071752 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 23 | 82 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.68 |
| HSL | 227.2º | 0.84% | 0.17% | - |
| HSV(B) | 227.2º | 0.91% | 0.32% | - |
| XYZ | 1.92 | 1.27 | 8.13 | - |
| YUV | 24.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 82 | 0.91 | 0.72 | 0 | 0.68 | 227.2 | 0.84 | 0.17 |
| Hex | 7 | 17 | 52 | 5B | 48 | 0 | 44 | E3 | 54 | 11 |
| Octal | 7 | 27 | 122 | 133 | 110 | 0 | 104 | 343 | 124 | 21 |
| Binary | 111 | 10111 | 1010010 | 1011011 | 1001000 | 0 | 1000100 | 11100011 | 1010100 | 10001 |
Color Harmonies of #071752
Complementary color
Monochromatic Colors of #071752
Black with #071752
Text Example
Text Example
White with #071752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071752; }
p { color: rgb(7,23,82); }
H1.HeaderClassName
{
color: #071752;
}
.AnyTagClassName
{
color: #071752;
}
</style>
background-color css
<style>
a { background-color: #071752; }
a { background-color: rgb(7,23,82); }
div.DivClassName
{
background-color: #071752;
}
.BgClassName
{
background-color: #071752;
}
</style>
border-color css
<style>
span { border-color: #071752; }
span { border-color: rgb(7,23,82); }
td.TdClassName
{
border-color: #071752;
}
.TagClassName
{
border-color: #071752;
}
</style>