Shades of Sapphire #071955
Tints of Sapphire #071955
RGB
CMYK
RGB Variations
Color information
#071955 (or 0x071955) is known color: Sapphire. HEX triplet: 07, 19 and 55. RGB value is (7,25,85). Sum of RGB (Red+Green+Blue) = 7+25+85=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 85 (33.59% from 255 or 72.65% from 117); Max value from RGB is 85 - color contains mainly: blue. Hex color #071955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071955 is #F8E6AA. Grayscale: #1A1A1A. Windows color (decimal): -16311979 or 5576967. OLE color: 5576967.
HSL color Cylindrical-coordinate representation of color #071955: hue angle of 226.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071955 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 25 | 85 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.67 |
| HSL | 226.15º | 0.85% | 0.18% | - |
| HSV(B) | 226.15º | 0.92% | 0.33% | - |
| XYZ | 2.07 | 1.4 | 8.75 | - |
| YUV | 26.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 85 | 0.92 | 0.71 | 0 | 0.67 | 226.15 | 0.85 | 0.18 |
| Hex | 7 | 19 | 55 | 5C | 47 | 0 | 43 | E2 | 55 | 12 |
| Octal | 7 | 31 | 125 | 134 | 107 | 0 | 103 | 342 | 125 | 22 |
| Binary | 111 | 11001 | 1010101 | 1011100 | 1000111 | 0 | 1000011 | 11100010 | 1010101 | 10010 |
Color Harmonies of #071955
Complementary color
Monochromatic Colors of #071955
Black with #071955
Text Example
Text Example
White with #071955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071955; }
p { color: rgb(7,25,85); }
H1.HeaderClassName
{
color: #071955;
}
.AnyTagClassName
{
color: #071955;
}
</style>
background-color css
<style>
a { background-color: #071955; }
a { background-color: rgb(7,25,85); }
div.DivClassName
{
background-color: #071955;
}
.BgClassName
{
background-color: #071955;
}
</style>
border-color css
<style>
span { border-color: #071955; }
span { border-color: rgb(7,25,85); }
td.TdClassName
{
border-color: #071955;
}
.TagClassName
{
border-color: #071955;
}
</style>