Shades of Sapphire #081756
Tints of Sapphire #081756
RGB
CMYK
RGB Variations
Color information
#081756 (or 0x081756) is known color: Sapphire. HEX triplet: 08, 17 and 56. RGB value is (8,23,86). Sum of RGB (Red+Green+Blue) = 8+23+86=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #081756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081756 is #F7E8A9. Grayscale: #191919. Windows color (decimal): -16246954 or 5641992. OLE color: 5641992.
HSL color Cylindrical-coordinate representation of color #081756: hue angle of 228.46º 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 #081756 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 23 | 86 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.66 |
| HSL | 228.46º | 0.83% | 0.18% | - |
| HSV(B) | 228.46º | 0.91% | 0.34% | - |
| XYZ | 2.09 | 1.34 | 8.95 | - |
| YUV | 25.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 86 | 0.91 | 0.73 | 0 | 0.66 | 228.46 | 0.83 | 0.18 |
| Hex | 8 | 17 | 56 | 5B | 49 | 0 | 42 | E4 | 53 | 12 |
| Octal | 10 | 27 | 126 | 133 | 111 | 0 | 102 | 344 | 123 | 22 |
| Binary | 1000 | 10111 | 1010110 | 1011011 | 1001001 | 0 | 1000010 | 11100100 | 1010011 | 10010 |
Color Harmonies of #081756
Complementary color
Monochromatic Colors of #081756
Black with #081756
Text Example
Text Example
White with #081756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081756; }
p { color: rgb(8,23,86); }
H1.HeaderClassName
{
color: #081756;
}
.AnyTagClassName
{
color: #081756;
}
</style>
background-color css
<style>
a { background-color: #081756; }
a { background-color: rgb(8,23,86); }
div.DivClassName
{
background-color: #081756;
}
.BgClassName
{
background-color: #081756;
}
</style>
border-color css
<style>
span { border-color: #081756; }
span { border-color: rgb(8,23,86); }
td.TdClassName
{
border-color: #081756;
}
.TagClassName
{
border-color: #081756;
}
</style>