Shades of Sapphire #082162
Tints of Sapphire #082162
RGB
CMYK
RGB Variations
Color information
#082162 (or 0x082162) is known color: Sapphire. HEX triplet: 08, 21 and 62. RGB value is (8,33,98). Sum of RGB (Red+Green+Blue) = 8+33+98=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #082162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082162 is #F7DE9D. Grayscale: #202020. Windows color (decimal): -16244382 or 6430984. OLE color: 6430984.
HSL color Cylindrical-coordinate representation of color #082162: hue angle of 223.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082162 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 33 | 98 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.62 |
| HSL | 223.33º | 0.85% | 0.21% | - |
| HSV(B) | 223.33º | 0.92% | 0.38% | - |
| XYZ | 2.85 | 2.02 | 11.8 | - |
| YUV | 32.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 98 | 0.92 | 0.66 | 0 | 0.62 | 223.33 | 0.85 | 0.21 |
| Hex | 8 | 21 | 62 | 5C | 42 | 0 | 3E | DF | 55 | 15 |
| Octal | 10 | 41 | 142 | 134 | 102 | 0 | 76 | 337 | 125 | 25 |
| Binary | 1000 | 100001 | 1100010 | 1011100 | 1000010 | 0 | 111110 | 11011111 | 1010101 | 10101 |
Color Harmonies of #082162
Complementary color
Monochromatic Colors of #082162
Black with #082162
Text Example
Text Example
White with #082162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082162; }
p { color: rgb(8,33,98); }
H1.HeaderClassName
{
color: #082162;
}
.AnyTagClassName
{
color: #082162;
}
</style>
background-color css
<style>
a { background-color: #082162; }
a { background-color: rgb(8,33,98); }
div.DivClassName
{
background-color: #082162;
}
.BgClassName
{
background-color: #082162;
}
</style>
border-color css
<style>
span { border-color: #082162; }
span { border-color: rgb(8,33,98); }
td.TdClassName
{
border-color: #082162;
}
.TagClassName
{
border-color: #082162;
}
</style>