Shades of Sapphire #071750
Tints of Sapphire #071750
RGB
CMYK
RGB Variations
Color information
#071750 (or 0x071750) is known color: Sapphire. HEX triplet: 07, 17 and 50. RGB value is (7,23,80). Sum of RGB (Red+Green+Blue) = 7+23+80=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #071750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071750 is #F8E8AF. Grayscale: #181818. Windows color (decimal): -16312496 or 5248775. OLE color: 5248775.
HSL color Cylindrical-coordinate representation of color #071750: hue angle of 226.85º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071750 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 23 | 80 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.69 |
| HSL | 226.85º | 0.84% | 0.17% | - |
| HSV(B) | 226.85º | 0.91% | 0.31% | - |
| XYZ | 1.84 | 1.24 | 7.73 | - |
| YUV | 24.71 | 159.2 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 80 | 0.91 | 0.71 | 0 | 0.69 | 226.85 | 0.84 | 0.17 |
| Hex | 7 | 17 | 50 | 5B | 47 | 0 | 45 | E3 | 54 | 11 |
| Octal | 7 | 27 | 120 | 133 | 107 | 0 | 105 | 343 | 124 | 21 |
| Binary | 111 | 10111 | 1010000 | 1011011 | 1000111 | 0 | 1000101 | 11100011 | 1010100 | 10001 |
Color Harmonies of #071750
Complementary color
Monochromatic Colors of #071750
Black with #071750
Text Example
Text Example
White with #071750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071750; }
p { color: rgb(7,23,80); }
H1.HeaderClassName
{
color: #071750;
}
.AnyTagClassName
{
color: #071750;
}
</style>
background-color css
<style>
a { background-color: #071750; }
a { background-color: rgb(7,23,80); }
div.DivClassName
{
background-color: #071750;
}
.BgClassName
{
background-color: #071750;
}
</style>
border-color css
<style>
span { border-color: #071750; }
span { border-color: rgb(7,23,80); }
td.TdClassName
{
border-color: #071750;
}
.TagClassName
{
border-color: #071750;
}
</style>