Shades of Sapphire #082C6C
Tints of Sapphire #082C6C
RGB
CMYK
RGB Variations
Color information
#082C6C (or 0x082C6C) is known color: Sapphire. HEX triplet: 08, 2C and 6C. RGB value is (8,44,108). Sum of RGB (Red+Green+Blue) = 8+44+108=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #082C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C6C is #F7D393. Grayscale: #282828. Windows color (decimal): -16241556 or 7089160. OLE color: 7089160.
HSL color Cylindrical-coordinate representation of color #082C6C: hue angle of 218.4º 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 #082C6C is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 44 | 108 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.58 |
| HSL | 218.4º | 0.86% | 0.23% | - |
| HSV(B) | 218.4º | 0.93% | 0.42% | - |
| XYZ | 3.71 | 2.94 | 14.56 | - |
| YUV | 40.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 108 | 0.93 | 0.59 | 0 | 0.58 | 218.4 | 0.86 | 0.23 |
| Hex | 8 | 2C | 6C | 5D | 3B | 0 | 3A | DA | 56 | 17 |
| Octal | 10 | 54 | 154 | 135 | 73 | 0 | 72 | 332 | 126 | 27 |
| Binary | 1000 | 101100 | 1101100 | 1011101 | 111011 | 0 | 111010 | 11011010 | 1010110 | 10111 |
Color Harmonies of #082C6C
Complementary color
Monochromatic Colors of #082C6C
Black with #082C6C
Text Example
Text Example
White with #082C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C6C; }
p { color: rgb(8,44,108); }
H1.HeaderClassName
{
color: #082C6C;
}
.AnyTagClassName
{
color: #082C6C;
}
</style>
background-color css
<style>
a { background-color: #082C6C; }
a { background-color: rgb(8,44,108); }
div.DivClassName
{
background-color: #082C6C;
}
.BgClassName
{
background-color: #082C6C;
}
</style>
border-color css
<style>
span { border-color: #082C6C; }
span { border-color: rgb(8,44,108); }
td.TdClassName
{
border-color: #082C6C;
}
.TagClassName
{
border-color: #082C6C;
}
</style>