Shades of Sapphire #071855
Tints of Sapphire #071855
RGB
CMYK
RGB Variations
Color information
#071855 (or 0x071855) is known color: Sapphire. HEX triplet: 07, 18 and 55. RGB value is (7,24,85). Sum of RGB (Red+Green+Blue) = 7+24+85=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #071855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071855 is #F8E7AA. Grayscale: #191919. Windows color (decimal): -16312235 or 5576711. OLE color: 5576711.
HSL color Cylindrical-coordinate representation of color #071855: hue angle of 226.92º 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 #071855 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 24 | 85 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.67 |
| HSL | 226.92º | 0.85% | 0.18% | - |
| HSV(B) | 226.92º | 0.92% | 0.33% | - |
| XYZ | 2.05 | 1.35 | 8.75 | - |
| YUV | 25.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 85 | 0.92 | 0.72 | 0 | 0.67 | 226.92 | 0.85 | 0.18 |
| Hex | 7 | 18 | 55 | 5C | 48 | 0 | 43 | E3 | 55 | 12 |
| Octal | 7 | 30 | 125 | 134 | 110 | 0 | 103 | 343 | 125 | 22 |
| Binary | 111 | 11000 | 1010101 | 1011100 | 1001000 | 0 | 1000011 | 11100011 | 1010101 | 10010 |
Color Harmonies of #071855
Complementary color
Monochromatic Colors of #071855
Black with #071855
Text Example
Text Example
White with #071855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071855; }
p { color: rgb(7,24,85); }
H1.HeaderClassName
{
color: #071855;
}
.AnyTagClassName
{
color: #071855;
}
</style>
background-color css
<style>
a { background-color: #071855; }
a { background-color: rgb(7,24,85); }
div.DivClassName
{
background-color: #071855;
}
.BgClassName
{
background-color: #071855;
}
</style>
border-color css
<style>
span { border-color: #071855; }
span { border-color: rgb(7,24,85); }
td.TdClassName
{
border-color: #071855;
}
.TagClassName
{
border-color: #071855;
}
</style>