Shades of Sapphire #082356
Tints of Sapphire #082356
RGB
CMYK
RGB Variations
Color information
#082356 (or 0x082356) is known color: Sapphire. HEX triplet: 08, 23 and 56. RGB value is (8,35,86). Sum of RGB (Red+Green+Blue) = 8+35+86=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #082356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082356 is #F7DCA9. Grayscale: #202020. Windows color (decimal): -16243882 or 5645064. OLE color: 5645064.
HSL color Cylindrical-coordinate representation of color #082356: hue angle of 219.23º 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 #082356 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 35 | 86 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.66 |
| HSL | 219.23º | 0.83% | 0.18% | - |
| HSV(B) | 219.23º | 0.91% | 0.34% | - |
| XYZ | 2.38 | 1.93 | 9.05 | - |
| YUV | 32.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 86 | 0.91 | 0.59 | 0 | 0.66 | 219.23 | 0.83 | 0.18 |
| Hex | 8 | 23 | 56 | 5B | 3B | 0 | 42 | DB | 53 | 12 |
| Octal | 10 | 43 | 126 | 133 | 73 | 0 | 102 | 333 | 123 | 22 |
| Binary | 1000 | 100011 | 1010110 | 1011011 | 111011 | 0 | 1000010 | 11011011 | 1010011 | 10010 |
Color Harmonies of #082356
Complementary color
Monochromatic Colors of #082356
Black with #082356
Text Example
Text Example
White with #082356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082356; }
p { color: rgb(8,35,86); }
H1.HeaderClassName
{
color: #082356;
}
.AnyTagClassName
{
color: #082356;
}
</style>
background-color css
<style>
a { background-color: #082356; }
a { background-color: rgb(8,35,86); }
div.DivClassName
{
background-color: #082356;
}
.BgClassName
{
background-color: #082356;
}
</style>
border-color css
<style>
span { border-color: #082356; }
span { border-color: rgb(8,35,86); }
td.TdClassName
{
border-color: #082356;
}
.TagClassName
{
border-color: #082356;
}
</style>