Shades of Sapphire #082566
Tints of Sapphire #082566
RGB
CMYK
RGB Variations
Color information
#082566 (or 0x082566) is known color: Sapphire. HEX triplet: 08, 25 and 66. RGB value is (8,37,102). Sum of RGB (Red+Green+Blue) = 8+37+102=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #082566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082566 is #F7DA99. Grayscale: #232323. Windows color (decimal): -16243354 or 6694152. OLE color: 6694152.
HSL color Cylindrical-coordinate representation of color #082566: hue angle of 221.49º 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 #082566 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 37 | 102 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.6 |
| HSL | 221.49º | 0.85% | 0.22% | - |
| HSV(B) | 221.49º | 0.92% | 0.4% | - |
| XYZ | 3.16 | 2.33 | 12.85 | - |
| YUV | 35.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 102 | 0.92 | 0.64 | 0 | 0.6 | 221.49 | 0.85 | 0.22 |
| Hex | 8 | 25 | 66 | 5C | 40 | 0 | 3C | DD | 55 | 16 |
| Octal | 10 | 45 | 146 | 134 | 100 | 0 | 74 | 335 | 125 | 26 |
| Binary | 1000 | 100101 | 1100110 | 1011100 | 1000000 | 0 | 111100 | 11011101 | 1010101 | 10110 |
Color Harmonies of #082566
Complementary color
Monochromatic Colors of #082566
Black with #082566
Text Example
Text Example
White with #082566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082566; }
p { color: rgb(8,37,102); }
H1.HeaderClassName
{
color: #082566;
}
.AnyTagClassName
{
color: #082566;
}
</style>
background-color css
<style>
a { background-color: #082566; }
a { background-color: rgb(8,37,102); }
div.DivClassName
{
background-color: #082566;
}
.BgClassName
{
background-color: #082566;
}
</style>
border-color css
<style>
span { border-color: #082566; }
span { border-color: rgb(8,37,102); }
td.TdClassName
{
border-color: #082566;
}
.TagClassName
{
border-color: #082566;
}
</style>