Shades of Sapphire #071949
Tints of Sapphire #071949
RGB
CMYK
RGB Variations
Color information
#071949 (or 0x071949) is known color: Sapphire. HEX triplet: 07, 19 and 49. RGB value is (7,25,73). Sum of RGB (Red+Green+Blue) = 7+25+73=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #071949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071949 is #F8E6B6. Grayscale: #181818. Windows color (decimal): -16311991 or 4790535. OLE color: 4790535.
HSL color Cylindrical-coordinate representation of color #071949: hue angle of 223.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071949 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 25 | 73 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.71 |
| HSL | 223.64º | 0.83% | 0.16% | - |
| HSV(B) | 223.64º | 0.9% | 0.29% | - |
| XYZ | 1.64 | 1.22 | 6.45 | - |
| YUV | 25.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 73 | 0.90 | 0.66 | 0 | 0.71 | 223.64 | 0.83 | 0.16 |
| Hex | 7 | 19 | 49 | 5A | 42 | 0 | 47 | E0 | 52 | 10 |
| Octal | 7 | 31 | 111 | 132 | 102 | 0 | 107 | 340 | 122 | 20 |
| Binary | 111 | 11001 | 1001001 | 1011010 | 1000010 | 0 | 1000111 | 11100000 | 1010010 | 10000 |
Color Harmonies of #071949
Complementary color
Monochromatic Colors of #071949
Black with #071949
Text Example
Text Example
White with #071949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071949; }
p { color: rgb(7,25,73); }
H1.HeaderClassName
{
color: #071949;
}
.AnyTagClassName
{
color: #071949;
}
</style>
background-color css
<style>
a { background-color: #071949; }
a { background-color: rgb(7,25,73); }
div.DivClassName
{
background-color: #071949;
}
.BgClassName
{
background-color: #071949;
}
</style>
border-color css
<style>
span { border-color: #071949; }
span { border-color: rgb(7,25,73); }
td.TdClassName
{
border-color: #071949;
}
.TagClassName
{
border-color: #071949;
}
</style>