Shades of Sapphire #081759
Tints of Sapphire #081759
RGB
CMYK
RGB Variations
Color information
#081759 (or 0x081759) is known color: Sapphire. HEX triplet: 08, 17 and 59. RGB value is (8,23,89). Sum of RGB (Red+Green+Blue) = 8+23+89=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #081759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081759 is #F7E8A6. Grayscale: #191919. Windows color (decimal): -16246951 or 5838600. OLE color: 5838600.
HSL color Cylindrical-coordinate representation of color #081759: hue angle of 228.89º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081759 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 23 | 89 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.65 |
| HSL | 228.89º | 0.84% | 0.19% | - |
| HSV(B) | 228.89º | 0.91% | 0.35% | - |
| XYZ | 2.21 | 1.39 | 9.6 | - |
| YUV | 26.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 89 | 0.91 | 0.74 | 0 | 0.65 | 228.89 | 0.84 | 0.19 |
| Hex | 8 | 17 | 59 | 5B | 4A | 0 | 41 | E5 | 54 | 13 |
| Octal | 10 | 27 | 131 | 133 | 112 | 0 | 101 | 345 | 124 | 23 |
| Binary | 1000 | 10111 | 1011001 | 1011011 | 1001010 | 0 | 1000001 | 11100101 | 1010100 | 10011 |
Color Harmonies of #081759
Complementary color
Monochromatic Colors of #081759
Black with #081759
Text Example
Text Example
White with #081759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081759; }
p { color: rgb(8,23,89); }
H1.HeaderClassName
{
color: #081759;
}
.AnyTagClassName
{
color: #081759;
}
</style>
background-color css
<style>
a { background-color: #081759; }
a { background-color: rgb(8,23,89); }
div.DivClassName
{
background-color: #081759;
}
.BgClassName
{
background-color: #081759;
}
</style>
border-color css
<style>
span { border-color: #081759; }
span { border-color: rgb(8,23,89); }
td.TdClassName
{
border-color: #081759;
}
.TagClassName
{
border-color: #081759;
}
</style>