Shades of Sapphire #082C6D
Tints of Sapphire #082C6D
RGB
CMYK
RGB Variations
Color information
#082C6D (or 0x082C6D) is known color: Sapphire. HEX triplet: 08, 2C and 6D. RGB value is (8,44,109). Sum of RGB (Red+Green+Blue) = 8+44+109=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #082C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C6D is #F7D392. Grayscale: #282828. Windows color (decimal): -16241555 or 7154696. OLE color: 7154696.
HSL color Cylindrical-coordinate representation of color #082C6D: hue angle of 218.61º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082C6D is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 44 | 109 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.57 |
| HSL | 218.61º | 0.86% | 0.23% | - |
| HSV(B) | 218.61º | 0.93% | 0.43% | - |
| XYZ | 3.76 | 2.96 | 14.84 | - |
| YUV | 40.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 109 | 0.93 | 0.60 | 0 | 0.57 | 218.61 | 0.86 | 0.23 |
| Hex | 8 | 2C | 6D | 5D | 3C | 0 | 39 | DB | 56 | 17 |
| Octal | 10 | 54 | 155 | 135 | 74 | 0 | 71 | 333 | 126 | 27 |
| Binary | 1000 | 101100 | 1101101 | 1011101 | 111100 | 0 | 111001 | 11011011 | 1010110 | 10111 |
Color Harmonies of #082C6D
Complementary color
Monochromatic Colors of #082C6D
Black with #082C6D
Text Example
Text Example
White with #082C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C6D; }
p { color: rgb(8,44,109); }
H1.HeaderClassName
{
color: #082C6D;
}
.AnyTagClassName
{
color: #082C6D;
}
</style>
background-color css
<style>
a { background-color: #082C6D; }
a { background-color: rgb(8,44,109); }
div.DivClassName
{
background-color: #082C6D;
}
.BgClassName
{
background-color: #082C6D;
}
</style>
border-color css
<style>
span { border-color: #082C6D; }
span { border-color: rgb(8,44,109); }
td.TdClassName
{
border-color: #082C6D;
}
.TagClassName
{
border-color: #082C6D;
}
</style>