Shades of Sapphire #071749
Tints of Sapphire #071749
RGB
CMYK
RGB Variations
Color information
#071749 (or 0x071749) is known color: Sapphire. HEX triplet: 07, 17 and 49. RGB value is (7,23,73). Sum of RGB (Red+Green+Blue) = 7+23+73=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #071749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071749 is #F8E8B6. Grayscale: #171717. Windows color (decimal): -16312503 or 4790023. OLE color: 4790023.
HSL color Cylindrical-coordinate representation of color #071749: hue angle of 225.45º 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 #071749 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 23 | 73 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.71 |
| HSL | 225.45º | 0.83% | 0.16% | - |
| HSV(B) | 225.45º | 0.9% | 0.29% | - |
| XYZ | 1.6 | 1.14 | 6.44 | - |
| YUV | 23.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 73 | 0.90 | 0.68 | 0 | 0.71 | 225.45 | 0.83 | 0.16 |
| Hex | 7 | 17 | 49 | 5A | 44 | 0 | 47 | E1 | 52 | 10 |
| Octal | 7 | 27 | 111 | 132 | 104 | 0 | 107 | 341 | 122 | 20 |
| Binary | 111 | 10111 | 1001001 | 1011010 | 1000100 | 0 | 1000111 | 11100001 | 1010010 | 10000 |
Color Harmonies of #071749
Complementary color
Monochromatic Colors of #071749
Black with #071749
Text Example
Text Example
White with #071749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071749; }
p { color: rgb(7,23,73); }
H1.HeaderClassName
{
color: #071749;
}
.AnyTagClassName
{
color: #071749;
}
</style>
background-color css
<style>
a { background-color: #071749; }
a { background-color: rgb(7,23,73); }
div.DivClassName
{
background-color: #071749;
}
.BgClassName
{
background-color: #071749;
}
</style>
border-color css
<style>
span { border-color: #071749; }
span { border-color: rgb(7,23,73); }
td.TdClassName
{
border-color: #071749;
}
.TagClassName
{
border-color: #071749;
}
</style>