Shades of Sapphire #082B6C
Tints of Sapphire #082B6C
RGB
CMYK
RGB Variations
Color information
#082B6C (or 0x082B6C) is known color: Sapphire. HEX triplet: 08, 2B and 6C. RGB value is (8,43,108). Sum of RGB (Red+Green+Blue) = 8+43+108=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #082B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B6C is #F7D493. Grayscale: #272727. Windows color (decimal): -16241812 or 7088904. OLE color: 7088904.
HSL color Cylindrical-coordinate representation of color #082B6C: hue angle of 219º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082B6C is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 43 | 108 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.58 |
| HSL | 219º | 0.86% | 0.23% | - |
| HSV(B) | 219º | 0.93% | 0.42% | - |
| XYZ | 3.67 | 2.86 | 14.55 | - |
| YUV | 39.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 108 | 0.93 | 0.60 | 0 | 0.58 | 219 | 0.86 | 0.23 |
| Hex | 8 | 2B | 6C | 5D | 3C | 0 | 3A | DB | 56 | 17 |
| Octal | 10 | 53 | 154 | 135 | 74 | 0 | 72 | 333 | 126 | 27 |
| Binary | 1000 | 101011 | 1101100 | 1011101 | 111100 | 0 | 111010 | 11011011 | 1010110 | 10111 |
Color Harmonies of #082B6C
Complementary color
Monochromatic Colors of #082B6C
Black with #082B6C
Text Example
Text Example
White with #082B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B6C; }
p { color: rgb(8,43,108); }
H1.HeaderClassName
{
color: #082B6C;
}
.AnyTagClassName
{
color: #082B6C;
}
</style>
background-color css
<style>
a { background-color: #082B6C; }
a { background-color: rgb(8,43,108); }
div.DivClassName
{
background-color: #082B6C;
}
.BgClassName
{
background-color: #082B6C;
}
</style>
border-color css
<style>
span { border-color: #082B6C; }
span { border-color: rgb(8,43,108); }
td.TdClassName
{
border-color: #082B6C;
}
.TagClassName
{
border-color: #082B6C;
}
</style>