Shades of Sapphire #082065
Tints of Sapphire #082065
RGB
CMYK
RGB Variations
Color information
#082065 (or 0x082065) is known color: Sapphire. HEX triplet: 08, 20 and 65. RGB value is (8,32,101). Sum of RGB (Red+Green+Blue) = 8+32+101=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #082065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082065 is #F7DF9A. Grayscale: #202020. Windows color (decimal): -16244635 or 6627336. OLE color: 6627336.
HSL color Cylindrical-coordinate representation of color #082065: hue angle of 224.52º 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 #082065 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 32 | 101 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.60 |
| HSL | 224.52º | 0.85% | 0.21% | - |
| HSV(B) | 224.52º | 0.92% | 0.4% | - |
| XYZ | 2.97 | 2.02 | 12.55 | - |
| YUV | 32.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 101 | 0.92 | 0.68 | 0 | 0.60 | 224.52 | 0.85 | 0.21 |
| Hex | 8 | 20 | 65 | 5C | 44 | 0 | 3C | E1 | 55 | 15 |
| Octal | 10 | 40 | 145 | 134 | 104 | 0 | 74 | 341 | 125 | 25 |
| Binary | 1000 | 100000 | 1100101 | 1011100 | 1000100 | 0 | 111100 | 11100001 | 1010101 | 10101 |
Color Harmonies of #082065
Complementary color
Monochromatic Colors of #082065
Black with #082065
Text Example
Text Example
White with #082065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082065; }
p { color: rgb(8,32,101); }
H1.HeaderClassName
{
color: #082065;
}
.AnyTagClassName
{
color: #082065;
}
</style>
background-color css
<style>
a { background-color: #082065; }
a { background-color: rgb(8,32,101); }
div.DivClassName
{
background-color: #082065;
}
.BgClassName
{
background-color: #082065;
}
</style>
border-color css
<style>
span { border-color: #082065; }
span { border-color: rgb(8,32,101); }
td.TdClassName
{
border-color: #082065;
}
.TagClassName
{
border-color: #082065;
}
</style>