Shades of Sapphire #082659
Tints of Sapphire #082659
RGB
CMYK
RGB Variations
Color information
#082659 (or 0x082659) is known color: Sapphire. HEX triplet: 08, 26 and 59. RGB value is (8,38,89). Sum of RGB (Red+Green+Blue) = 8+38+89=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #082659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082659 is #F7D9A6. Grayscale: #222222. Windows color (decimal): -16243111 or 5842440. OLE color: 5842440.
HSL color Cylindrical-coordinate representation of color #082659: hue angle of 217.78º 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 #082659 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 38 | 89 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.65 |
| HSL | 217.78º | 0.84% | 0.19% | - |
| HSV(B) | 217.78º | 0.91% | 0.35% | - |
| XYZ | 2.6 | 2.16 | 9.73 | - |
| YUV | 34.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 89 | 0.91 | 0.57 | 0 | 0.65 | 217.78 | 0.84 | 0.19 |
| Hex | 8 | 26 | 59 | 5B | 39 | 0 | 41 | DA | 54 | 13 |
| Octal | 10 | 46 | 131 | 133 | 71 | 0 | 101 | 332 | 124 | 23 |
| Binary | 1000 | 100110 | 1011001 | 1011011 | 111001 | 0 | 1000001 | 11011010 | 1010100 | 10011 |
Color Harmonies of #082659
Complementary color
Monochromatic Colors of #082659
Black with #082659
Text Example
Text Example
White with #082659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082659; }
p { color: rgb(8,38,89); }
H1.HeaderClassName
{
color: #082659;
}
.AnyTagClassName
{
color: #082659;
}
</style>
background-color css
<style>
a { background-color: #082659; }
a { background-color: rgb(8,38,89); }
div.DivClassName
{
background-color: #082659;
}
.BgClassName
{
background-color: #082659;
}
</style>
border-color css
<style>
span { border-color: #082659; }
span { border-color: rgb(8,38,89); }
td.TdClassName
{
border-color: #082659;
}
.TagClassName
{
border-color: #082659;
}
</style>