Shades of Sapphire #071D50
Tints of Sapphire #071D50
RGB
CMYK
RGB Variations
Color information
#071D50 (or 0x071D50) is known color: Sapphire. HEX triplet: 07, 1D and 50. RGB value is (7,29,80). Sum of RGB (Red+Green+Blue) = 7+29+80=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #071D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D50 is #F8E2AF. Grayscale: #1C1C1C. Windows color (decimal): -16310960 or 5250311. OLE color: 5250311.
HSL color Cylindrical-coordinate representation of color #071D50: hue angle of 221.92º 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 #071D50 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 29 | 80 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.69 |
| HSL | 221.92º | 0.84% | 0.17% | - |
| HSV(B) | 221.92º | 0.91% | 0.31% | - |
| XYZ | 1.97 | 1.5 | 7.78 | - |
| YUV | 28.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 80 | 0.91 | 0.64 | 0 | 0.69 | 221.92 | 0.84 | 0.17 |
| Hex | 7 | 1D | 50 | 5B | 40 | 0 | 45 | DE | 54 | 11 |
| Octal | 7 | 35 | 120 | 133 | 100 | 0 | 105 | 336 | 124 | 21 |
| Binary | 111 | 11101 | 1010000 | 1011011 | 1000000 | 0 | 1000101 | 11011110 | 1010100 | 10001 |
Color Harmonies of #071D50
Complementary color
Monochromatic Colors of #071D50
Black with #071D50
Text Example
Text Example
White with #071D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D50; }
p { color: rgb(7,29,80); }
H1.HeaderClassName
{
color: #071D50;
}
.AnyTagClassName
{
color: #071D50;
}
</style>
background-color css
<style>
a { background-color: #071D50; }
a { background-color: rgb(7,29,80); }
div.DivClassName
{
background-color: #071D50;
}
.BgClassName
{
background-color: #071D50;
}
</style>
border-color css
<style>
span { border-color: #071D50; }
span { border-color: rgb(7,29,80); }
td.TdClassName
{
border-color: #071D50;
}
.TagClassName
{
border-color: #071D50;
}
</style>