Shades of Sapphire #071F4D
Tints of Sapphire #071F4D
RGB
CMYK
RGB Variations
Color information
#071F4D (or 0x071F4D) is known color: Sapphire. HEX triplet: 07, 1F and 4D. RGB value is (7,31,77). Sum of RGB (Red+Green+Blue) = 7+31+77=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #071F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F4D is #F8E0B2. Grayscale: #1C1C1C. Windows color (decimal): -16310451 or 5054215. OLE color: 5054215.
HSL color Cylindrical-coordinate representation of color #071F4D: hue angle of 219.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071F4D is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 31 | 77 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.70 |
| HSL | 219.43º | 0.83% | 0.16% | - |
| HSV(B) | 219.43º | 0.91% | 0.3% | - |
| XYZ | 1.92 | 1.56 | 7.22 | - |
| YUV | 29.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 77 | 0.91 | 0.60 | 0 | 0.70 | 219.43 | 0.83 | 0.16 |
| Hex | 7 | 1F | 4D | 5B | 3C | 0 | 46 | DB | 53 | 10 |
| Octal | 7 | 37 | 115 | 133 | 74 | 0 | 106 | 333 | 123 | 20 |
| Binary | 111 | 11111 | 1001101 | 1011011 | 111100 | 0 | 1000110 | 11011011 | 1010011 | 10000 |
Color Harmonies of #071F4D
Complementary color
Monochromatic Colors of #071F4D
Black with #071F4D
Text Example
Text Example
White with #071F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F4D; }
p { color: rgb(7,31,77); }
H1.HeaderClassName
{
color: #071F4D;
}
.AnyTagClassName
{
color: #071F4D;
}
</style>
background-color css
<style>
a { background-color: #071F4D; }
a { background-color: rgb(7,31,77); }
div.DivClassName
{
background-color: #071F4D;
}
.BgClassName
{
background-color: #071F4D;
}
</style>
border-color css
<style>
span { border-color: #071F4D; }
span { border-color: rgb(7,31,77); }
td.TdClassName
{
border-color: #071F4D;
}
.TagClassName
{
border-color: #071F4D;
}
</style>