Shades of Sapphire #071B49
Tints of Sapphire #071B49
RGB
CMYK
RGB Variations
Color information
#071B49 (or 0x071B49) is known color: Sapphire. HEX triplet: 07, 1B and 49. RGB value is (7,27,73). Sum of RGB (Red+Green+Blue) = 7+27+73=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #071B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B49 is #F8E4B6. Grayscale: #1A1A1A. Windows color (decimal): -16311479 or 4791047. OLE color: 4791047.
HSL color Cylindrical-coordinate representation of color #071B49: hue angle of 221.82º 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 #071B49 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 27 | 73 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.71 |
| HSL | 221.82º | 0.83% | 0.16% | - |
| HSV(B) | 221.82º | 0.9% | 0.29% | - |
| XYZ | 1.68 | 1.31 | 6.47 | - |
| YUV | 26.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 73 | 0.90 | 0.63 | 0 | 0.71 | 221.82 | 0.83 | 0.16 |
| Hex | 7 | 1B | 49 | 5A | 3F | 0 | 47 | DE | 52 | 10 |
| Octal | 7 | 33 | 111 | 132 | 77 | 0 | 107 | 336 | 122 | 20 |
| Binary | 111 | 11011 | 1001001 | 1011010 | 111111 | 0 | 1000111 | 11011110 | 1010010 | 10000 |
Color Harmonies of #071B49
Complementary color
Monochromatic Colors of #071B49
Black with #071B49
Text Example
Text Example
White with #071B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B49; }
p { color: rgb(7,27,73); }
H1.HeaderClassName
{
color: #071B49;
}
.AnyTagClassName
{
color: #071B49;
}
</style>
background-color css
<style>
a { background-color: #071B49; }
a { background-color: rgb(7,27,73); }
div.DivClassName
{
background-color: #071B49;
}
.BgClassName
{
background-color: #071B49;
}
</style>
border-color css
<style>
span { border-color: #071B49; }
span { border-color: rgb(7,27,73); }
td.TdClassName
{
border-color: #071B49;
}
.TagClassName
{
border-color: #071B49;
}
</style>