Shades of Sapphire #082359
Tints of Sapphire #082359
RGB
CMYK
RGB Variations
Color information
#082359 (or 0x082359) is known color: Sapphire. HEX triplet: 08, 23 and 59. RGB value is (8,35,89). Sum of RGB (Red+Green+Blue) = 8+35+89=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #082359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082359 is #F7DCA6. Grayscale: #202020. Windows color (decimal): -16243879 or 5841672. OLE color: 5841672.
HSL color Cylindrical-coordinate representation of color #082359: hue angle of 220º 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 #082359 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 35 | 89 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.65 |
| HSL | 220º | 0.84% | 0.19% | - |
| HSV(B) | 220º | 0.91% | 0.35% | - |
| XYZ | 2.5 | 1.97 | 9.7 | - |
| YUV | 33.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 89 | 0.91 | 0.61 | 0 | 0.65 | 220 | 0.84 | 0.19 |
| Hex | 8 | 23 | 59 | 5B | 3D | 0 | 41 | DC | 54 | 13 |
| Octal | 10 | 43 | 131 | 133 | 75 | 0 | 101 | 334 | 124 | 23 |
| Binary | 1000 | 100011 | 1011001 | 1011011 | 111101 | 0 | 1000001 | 11011100 | 1010100 | 10011 |
Color Harmonies of #082359
Complementary color
Monochromatic Colors of #082359
Black with #082359
Text Example
Text Example
White with #082359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082359; }
p { color: rgb(8,35,89); }
H1.HeaderClassName
{
color: #082359;
}
.AnyTagClassName
{
color: #082359;
}
</style>
background-color css
<style>
a { background-color: #082359; }
a { background-color: rgb(8,35,89); }
div.DivClassName
{
background-color: #082359;
}
.BgClassName
{
background-color: #082359;
}
</style>
border-color css
<style>
span { border-color: #082359; }
span { border-color: rgb(8,35,89); }
td.TdClassName
{
border-color: #082359;
}
.TagClassName
{
border-color: #082359;
}
</style>