Shades of Sapphire #081656
Tints of Sapphire #081656
RGB
CMYK
RGB Variations
Color information
#081656 (or 0x081656) is known color: Sapphire. HEX triplet: 08, 16 and 56. RGB value is (8,22,86). Sum of RGB (Red+Green+Blue) = 8+22+86=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #081656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081656 is #F7E9A9. Grayscale: #181818. Windows color (decimal): -16247210 or 5641736. OLE color: 5641736.
HSL color Cylindrical-coordinate representation of color #081656: hue angle of 229.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081656 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 22 | 86 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.66 |
| HSL | 229.23º | 0.83% | 0.18% | - |
| HSV(B) | 229.23º | 0.91% | 0.34% | - |
| XYZ | 2.07 | 1.3 | 8.95 | - |
| YUV | 25.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 86 | 0.91 | 0.74 | 0 | 0.66 | 229.23 | 0.83 | 0.18 |
| Hex | 8 | 16 | 56 | 5B | 4A | 0 | 42 | E5 | 53 | 12 |
| Octal | 10 | 26 | 126 | 133 | 112 | 0 | 102 | 345 | 123 | 22 |
| Binary | 1000 | 10110 | 1010110 | 1011011 | 1001010 | 0 | 1000010 | 11100101 | 1010011 | 10010 |
Color Harmonies of #081656
Complementary color
Monochromatic Colors of #081656
Black with #081656
Text Example
Text Example
White with #081656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081656; }
p { color: rgb(8,22,86); }
H1.HeaderClassName
{
color: #081656;
}
.AnyTagClassName
{
color: #081656;
}
</style>
background-color css
<style>
a { background-color: #081656; }
a { background-color: rgb(8,22,86); }
div.DivClassName
{
background-color: #081656;
}
.BgClassName
{
background-color: #081656;
}
</style>
border-color css
<style>
span { border-color: #081656; }
span { border-color: rgb(8,22,86); }
td.TdClassName
{
border-color: #081656;
}
.TagClassName
{
border-color: #081656;
}
</style>