Shades of Sapphire #071C49
Tints of Sapphire #071C49
RGB
CMYK
RGB Variations
Color information
#071C49 (or 0x071C49) is known color: Sapphire. HEX triplet: 07, 1C and 49. RGB value is (7,28,73). Sum of RGB (Red+Green+Blue) = 7+28+73=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #071C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C49 is #F8E3B6. Grayscale: #1A1A1A. Windows color (decimal): -16311223 or 4791303. OLE color: 4791303.
HSL color Cylindrical-coordinate representation of color #071C49: hue angle of 220.91º 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 #071C49 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 28 | 73 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.71 |
| HSL | 220.91º | 0.83% | 0.16% | - |
| HSV(B) | 220.91º | 0.9% | 0.29% | - |
| XYZ | 1.71 | 1.36 | 6.48 | - |
| YUV | 26.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 73 | 0.90 | 0.62 | 0 | 0.71 | 220.91 | 0.83 | 0.16 |
| Hex | 7 | 1C | 49 | 5A | 3E | 0 | 47 | DD | 52 | 10 |
| Octal | 7 | 34 | 111 | 132 | 76 | 0 | 107 | 335 | 122 | 20 |
| Binary | 111 | 11100 | 1001001 | 1011010 | 111110 | 0 | 1000111 | 11011101 | 1010010 | 10000 |
Color Harmonies of #071C49
Complementary color
Monochromatic Colors of #071C49
Black with #071C49
Text Example
Text Example
White with #071C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C49; }
p { color: rgb(7,28,73); }
H1.HeaderClassName
{
color: #071C49;
}
.AnyTagClassName
{
color: #071C49;
}
</style>
background-color css
<style>
a { background-color: #071C49; }
a { background-color: rgb(7,28,73); }
div.DivClassName
{
background-color: #071C49;
}
.BgClassName
{
background-color: #071C49;
}
</style>
border-color css
<style>
span { border-color: #071C49; }
span { border-color: rgb(7,28,73); }
td.TdClassName
{
border-color: #071C49;
}
.TagClassName
{
border-color: #071C49;
}
</style>