Shades of Sapphire #082156
Tints of Sapphire #082156
RGB
CMYK
RGB Variations
Color information
#082156 (or 0x082156) is known color: Sapphire. HEX triplet: 08, 21 and 56. RGB value is (8,33,86). Sum of RGB (Red+Green+Blue) = 8+33+86=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #082156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082156 is #F7DEA9. Grayscale: #1F1F1F. Windows color (decimal): -16244394 or 5644552. OLE color: 5644552.
HSL color Cylindrical-coordinate representation of color #082156: hue angle of 220.77º 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 #082156 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 33 | 86 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.66 |
| HSL | 220.77º | 0.83% | 0.18% | - |
| HSV(B) | 220.77º | 0.91% | 0.34% | - |
| XYZ | 2.32 | 1.81 | 9.03 | - |
| YUV | 31.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 86 | 0.91 | 0.62 | 0 | 0.66 | 220.77 | 0.83 | 0.18 |
| Hex | 8 | 21 | 56 | 5B | 3E | 0 | 42 | DD | 53 | 12 |
| Octal | 10 | 41 | 126 | 133 | 76 | 0 | 102 | 335 | 123 | 22 |
| Binary | 1000 | 100001 | 1010110 | 1011011 | 111110 | 0 | 1000010 | 11011101 | 1010011 | 10010 |
Color Harmonies of #082156
Complementary color
Monochromatic Colors of #082156
Black with #082156
Text Example
Text Example
White with #082156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082156; }
p { color: rgb(8,33,86); }
H1.HeaderClassName
{
color: #082156;
}
.AnyTagClassName
{
color: #082156;
}
</style>
background-color css
<style>
a { background-color: #082156; }
a { background-color: rgb(8,33,86); }
div.DivClassName
{
background-color: #082156;
}
.BgClassName
{
background-color: #082156;
}
</style>
border-color css
<style>
span { border-color: #082156; }
span { border-color: rgb(8,33,86); }
td.TdClassName
{
border-color: #082156;
}
.TagClassName
{
border-color: #082156;
}
</style>