Shades of Sapphire #082665
Tints of Sapphire #082665
RGB
CMYK
RGB Variations
Color information
#082665 (or 0x082665) is known color: Sapphire. HEX triplet: 08, 26 and 65. RGB value is (8,38,101). Sum of RGB (Red+Green+Blue) = 8+38+101=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 101 (39.84% from 255 or 68.71% from 147); Max value from RGB is 101 - color contains mainly: blue. Hex color #082665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082665 is #F7D99A. Grayscale: #232323. Windows color (decimal): -16243099 or 6628872. OLE color: 6628872.
HSL color Cylindrical-coordinate representation of color #082665: hue angle of 220.65º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082665 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 38 | 101 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.60 |
| HSL | 220.65º | 0.85% | 0.21% | - |
| HSV(B) | 220.65º | 0.92% | 0.4% | - |
| XYZ | 3.14 | 2.38 | 12.61 | - |
| YUV | 36.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 101 | 0.92 | 0.62 | 0 | 0.60 | 220.65 | 0.85 | 0.21 |
| Hex | 8 | 26 | 65 | 5C | 3E | 0 | 3C | DD | 55 | 15 |
| Octal | 10 | 46 | 145 | 134 | 76 | 0 | 74 | 335 | 125 | 25 |
| Binary | 1000 | 100110 | 1100101 | 1011100 | 111110 | 0 | 111100 | 11011101 | 1010101 | 10101 |
Color Harmonies of #082665
Complementary color
Monochromatic Colors of #082665
Black with #082665
Text Example
Text Example
White with #082665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082665; }
p { color: rgb(8,38,101); }
H1.HeaderClassName
{
color: #082665;
}
.AnyTagClassName
{
color: #082665;
}
</style>
background-color css
<style>
a { background-color: #082665; }
a { background-color: rgb(8,38,101); }
div.DivClassName
{
background-color: #082665;
}
.BgClassName
{
background-color: #082665;
}
</style>
border-color css
<style>
span { border-color: #082665; }
span { border-color: rgb(8,38,101); }
td.TdClassName
{
border-color: #082665;
}
.TagClassName
{
border-color: #082665;
}
</style>