Shades of Sapphire #082766
Tints of Sapphire #082766
RGB
CMYK
RGB Variations
Color information
#082766 (or 0x082766) is known color: Sapphire. HEX triplet: 08, 27 and 66. RGB value is (8,39,102). Sum of RGB (Red+Green+Blue) = 8+39+102=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #082766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082766 is #F7D899. Grayscale: #242424. Windows color (decimal): -16242842 or 6694664. OLE color: 6694664.
HSL color Cylindrical-coordinate representation of color #082766: hue angle of 220.21º 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 #082766 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 39 | 102 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.6 |
| HSL | 220.21º | 0.85% | 0.22% | - |
| HSV(B) | 220.21º | 0.92% | 0.4% | - |
| XYZ | 3.22 | 2.46 | 12.88 | - |
| YUV | 36.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 102 | 0.92 | 0.62 | 0 | 0.6 | 220.21 | 0.85 | 0.22 |
| Hex | 8 | 27 | 66 | 5C | 3E | 0 | 3C | DC | 55 | 16 |
| Octal | 10 | 47 | 146 | 134 | 76 | 0 | 74 | 334 | 125 | 26 |
| Binary | 1000 | 100111 | 1100110 | 1011100 | 111110 | 0 | 111100 | 11011100 | 1010101 | 10110 |
Color Harmonies of #082766
Complementary color
Monochromatic Colors of #082766
Black with #082766
Text Example
Text Example
White with #082766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082766; }
p { color: rgb(8,39,102); }
H1.HeaderClassName
{
color: #082766;
}
.AnyTagClassName
{
color: #082766;
}
</style>
background-color css
<style>
a { background-color: #082766; }
a { background-color: rgb(8,39,102); }
div.DivClassName
{
background-color: #082766;
}
.BgClassName
{
background-color: #082766;
}
</style>
border-color css
<style>
span { border-color: #082766; }
span { border-color: rgb(8,39,102); }
td.TdClassName
{
border-color: #082766;
}
.TagClassName
{
border-color: #082766;
}
</style>