Shades of Sapphire #081760
Tints of Sapphire #081760
RGB
CMYK
RGB Variations
Color information
#081760 (or 0x081760) is known color: Sapphire. HEX triplet: 08, 17 and 60. RGB value is (8,23,96). Sum of RGB (Red+Green+Blue) = 8+23+96=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #081760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081760 is #F7E89F. Grayscale: #1A1A1A. Windows color (decimal): -16246944 or 6297352. OLE color: 6297352.
HSL color Cylindrical-coordinate representation of color #081760: hue angle of 229.77º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081760 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 23 | 96 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.62 |
| HSL | 229.77º | 0.85% | 0.2% | - |
| HSV(B) | 229.77º | 0.92% | 0.38% | - |
| XYZ | 2.52 | 1.51 | 11.22 | - |
| YUV | 26.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 96 | 0.92 | 0.76 | 0 | 0.62 | 229.77 | 0.85 | 0.2 |
| Hex | 8 | 17 | 60 | 5C | 4C | 0 | 3E | E6 | 55 | 14 |
| Octal | 10 | 27 | 140 | 134 | 114 | 0 | 76 | 346 | 125 | 24 |
| Binary | 1000 | 10111 | 1100000 | 1011100 | 1001100 | 0 | 111110 | 11100110 | 1010101 | 10100 |
Color Harmonies of #081760
Complementary color
Monochromatic Colors of #081760
Black with #081760
Text Example
Text Example
White with #081760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081760; }
p { color: rgb(8,23,96); }
H1.HeaderClassName
{
color: #081760;
}
.AnyTagClassName
{
color: #081760;
}
</style>
background-color css
<style>
a { background-color: #081760; }
a { background-color: rgb(8,23,96); }
div.DivClassName
{
background-color: #081760;
}
.BgClassName
{
background-color: #081760;
}
</style>
border-color css
<style>
span { border-color: #081760; }
span { border-color: rgb(8,23,96); }
td.TdClassName
{
border-color: #081760;
}
.TagClassName
{
border-color: #081760;
}
</style>