Shades of Sapphire #082956
Tints of Sapphire #082956
RGB
CMYK
RGB Variations
Color information
#082956 (or 0x082956) is known color: Sapphire. HEX triplet: 08, 29 and 56. RGB value is (8,41,86). Sum of RGB (Red+Green+Blue) = 8+41+86=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #082956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082956 is #F7D6A9. Grayscale: #242424. Windows color (decimal): -16242346 or 5646600. OLE color: 5646600.
HSL color Cylindrical-coordinate representation of color #082956: hue angle of 214.62º 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 #082956 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 41 | 86 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.66 |
| HSL | 214.62º | 0.83% | 0.18% | - |
| HSV(B) | 214.62º | 0.91% | 0.34% | - |
| XYZ | 2.57 | 2.31 | 9.11 | - |
| YUV | 36.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 86 | 0.91 | 0.52 | 0 | 0.66 | 214.62 | 0.83 | 0.18 |
| Hex | 8 | 29 | 56 | 5B | 34 | 0 | 42 | D7 | 53 | 12 |
| Octal | 10 | 51 | 126 | 133 | 64 | 0 | 102 | 327 | 123 | 22 |
| Binary | 1000 | 101001 | 1010110 | 1011011 | 110100 | 0 | 1000010 | 11010111 | 1010011 | 10010 |
Color Harmonies of #082956
Complementary color
Monochromatic Colors of #082956
Black with #082956
Text Example
Text Example
White with #082956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082956; }
p { color: rgb(8,41,86); }
H1.HeaderClassName
{
color: #082956;
}
.AnyTagClassName
{
color: #082956;
}
</style>
background-color css
<style>
a { background-color: #082956; }
a { background-color: rgb(8,41,86); }
div.DivClassName
{
background-color: #082956;
}
.BgClassName
{
background-color: #082956;
}
</style>
border-color css
<style>
span { border-color: #082956; }
span { border-color: rgb(8,41,86); }
td.TdClassName
{
border-color: #082956;
}
.TagClassName
{
border-color: #082956;
}
</style>