Shades of Sapphire #071C76
Tints of Sapphire #071C76
RGB
CMYK
RGB Variations
Color information
#071C76 (or 0x071C76) is known color: Sapphire. HEX triplet: 07, 1C and 76. RGB value is (7,28,118). Sum of RGB (Red+Green+Blue) = 7+28+118=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #071C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C76 is #F8E389. Grayscale: #1F1F1F. Windows color (decimal): -16311178 or 7740423. OLE color: 7740423.
HSL color Cylindrical-coordinate representation of color #071C76: hue angle of 228.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071C76 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 28 | 118 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.54 |
| HSL | 228.65º | 0.89% | 0.25% | - |
| HSV(B) | 228.65º | 0.94% | 0.46% | - |
| XYZ | 3.77 | 2.18 | 17.36 | - |
| YUV | 31.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 118 | 0.94 | 0.76 | 0 | 0.54 | 228.65 | 0.89 | 0.25 |
| Hex | 7 | 1C | 76 | 5E | 4C | 0 | 36 | E5 | 59 | 19 |
| Octal | 7 | 34 | 166 | 136 | 114 | 0 | 66 | 345 | 131 | 31 |
| Binary | 111 | 11100 | 1110110 | 1011110 | 1001100 | 0 | 110110 | 11100101 | 1011001 | 11001 |
Color Harmonies of #071C76
Complementary color
Monochromatic Colors of #071C76
Black with #071C76
Text Example
Text Example
White with #071C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C76; }
p { color: rgb(7,28,118); }
H1.HeaderClassName
{
color: #071C76;
}
.AnyTagClassName
{
color: #071C76;
}
</style>
background-color css
<style>
a { background-color: #071C76; }
a { background-color: rgb(7,28,118); }
div.DivClassName
{
background-color: #071C76;
}
.BgClassName
{
background-color: #071C76;
}
</style>
border-color css
<style>
span { border-color: #071C76; }
span { border-color: rgb(7,28,118); }
td.TdClassName
{
border-color: #071C76;
}
.TagClassName
{
border-color: #071C76;
}
</style>