Shades of Sapphire #071E49
Tints of Sapphire #071E49
RGB
CMYK
RGB Variations
Color information
#071E49 (or 0x071E49) is known color: Sapphire. HEX triplet: 07, 1E and 49. RGB value is (7,30,73). Sum of RGB (Red+Green+Blue) = 7+30+73=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #071E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E49 is #F8E1B6. Grayscale: #1B1B1B. Windows color (decimal): -16310711 or 4791815. OLE color: 4791815.
HSL color Cylindrical-coordinate representation of color #071E49: hue angle of 219.09º 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 #071E49 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 30 | 73 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.71 |
| HSL | 219.09º | 0.83% | 0.16% | - |
| HSV(B) | 219.09º | 0.9% | 0.29% | - |
| XYZ | 1.75 | 1.45 | 6.49 | - |
| YUV | 28.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 73 | 0.90 | 0.59 | 0 | 0.71 | 219.09 | 0.83 | 0.16 |
| Hex | 7 | 1E | 49 | 5A | 3B | 0 | 47 | DB | 52 | 10 |
| Octal | 7 | 36 | 111 | 132 | 73 | 0 | 107 | 333 | 122 | 20 |
| Binary | 111 | 11110 | 1001001 | 1011010 | 111011 | 0 | 1000111 | 11011011 | 1010010 | 10000 |
Color Harmonies of #071E49
Complementary color
Monochromatic Colors of #071E49
Black with #071E49
Text Example
Text Example
White with #071E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E49; }
p { color: rgb(7,30,73); }
H1.HeaderClassName
{
color: #071E49;
}
.AnyTagClassName
{
color: #071E49;
}
</style>
background-color css
<style>
a { background-color: #071E49; }
a { background-color: rgb(7,30,73); }
div.DivClassName
{
background-color: #071E49;
}
.BgClassName
{
background-color: #071E49;
}
</style>
border-color css
<style>
span { border-color: #071E49; }
span { border-color: rgb(7,30,73); }
td.TdClassName
{
border-color: #071E49;
}
.TagClassName
{
border-color: #071E49;
}
</style>