Shades of Sapphire #082C66
Tints of Sapphire #082C66
RGB
CMYK
RGB Variations
Color information
#082C66 (or 0x082C66) is known color: Sapphire. HEX triplet: 08, 2C and 66. RGB value is (8,44,102). Sum of RGB (Red+Green+Blue) = 8+44+102=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #082C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C66 is #F7D399. Grayscale: #272727. Windows color (decimal): -16241562 or 6695944. OLE color: 6695944.
HSL color Cylindrical-coordinate representation of color #082C66: hue angle of 217.02º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082C66 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 44 | 102 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.6 |
| HSL | 217.02º | 0.85% | 0.22% | - |
| HSV(B) | 217.02º | 0.92% | 0.4% | - |
| XYZ | 3.4 | 2.81 | 12.93 | - |
| YUV | 39.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 102 | 0.92 | 0.57 | 0 | 0.6 | 217.02 | 0.85 | 0.22 |
| Hex | 8 | 2C | 66 | 5C | 39 | 0 | 3C | D9 | 55 | 16 |
| Octal | 10 | 54 | 146 | 134 | 71 | 0 | 74 | 331 | 125 | 26 |
| Binary | 1000 | 101100 | 1100110 | 1011100 | 111001 | 0 | 111100 | 11011001 | 1010101 | 10110 |
Color Harmonies of #082C66
Complementary color
Monochromatic Colors of #082C66
Black with #082C66
Text Example
Text Example
White with #082C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C66; }
p { color: rgb(8,44,102); }
H1.HeaderClassName
{
color: #082C66;
}
.AnyTagClassName
{
color: #082C66;
}
</style>
background-color css
<style>
a { background-color: #082C66; }
a { background-color: rgb(8,44,102); }
div.DivClassName
{
background-color: #082C66;
}
.BgClassName
{
background-color: #082C66;
}
</style>
border-color css
<style>
span { border-color: #082C66; }
span { border-color: rgb(8,44,102); }
td.TdClassName
{
border-color: #082C66;
}
.TagClassName
{
border-color: #082C66;
}
</style>