Shades of Sapphire #071B73
Tints of Sapphire #071B73
RGB
CMYK
RGB Variations
Color information
#071B73 (or 0x071B73) is known color: Sapphire. HEX triplet: 07, 1B and 73. RGB value is (7,27,115). Sum of RGB (Red+Green+Blue) = 7+27+115=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #071B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071B73 is #F8E48C. Grayscale: #1E1E1E. Windows color (decimal): -16311437 or 7543559. OLE color: 7543559.
HSL color Cylindrical-coordinate representation of color #071B73: hue angle of 228.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071B73 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 27 | 115 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.55 |
| HSL | 228.89º | 0.89% | 0.24% | - |
| HSV(B) | 228.89º | 0.94% | 0.45% | - |
| XYZ | 3.57 | 2.07 | 16.43 | - |
| YUV | 31.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 115 | 0.94 | 0.77 | 0 | 0.55 | 228.89 | 0.89 | 0.24 |
| Hex | 7 | 1B | 73 | 5E | 4D | 0 | 37 | E5 | 59 | 18 |
| Octal | 7 | 33 | 163 | 136 | 115 | 0 | 67 | 345 | 131 | 30 |
| Binary | 111 | 11011 | 1110011 | 1011110 | 1001101 | 0 | 110111 | 11100101 | 1011001 | 11000 |
Color Harmonies of #071B73
Complementary color
Monochromatic Colors of #071B73
Black with #071B73
Text Example
Text Example
White with #071B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B73; }
p { color: rgb(7,27,115); }
H1.HeaderClassName
{
color: #071B73;
}
.AnyTagClassName
{
color: #071B73;
}
</style>
background-color css
<style>
a { background-color: #071B73; }
a { background-color: rgb(7,27,115); }
div.DivClassName
{
background-color: #071B73;
}
.BgClassName
{
background-color: #071B73;
}
</style>
border-color css
<style>
span { border-color: #071B73; }
span { border-color: rgb(7,27,115); }
td.TdClassName
{
border-color: #071B73;
}
.TagClassName
{
border-color: #071B73;
}
</style>