Shades of Sapphire #082962
Tints of Sapphire #082962
RGB
CMYK
RGB Variations
Color information
#082962 (or 0x082962) is known color: Sapphire. HEX triplet: 08, 29 and 62. RGB value is (8,41,98). Sum of RGB (Red+Green+Blue) = 8+41+98=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #082962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082962 is #F7D69D. Grayscale: #252525. Windows color (decimal): -16242334 or 6433032. OLE color: 6433032.
HSL color Cylindrical-coordinate representation of color #082962: hue angle of 218º 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 #082962 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 41 | 98 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.62 |
| HSL | 218º | 0.85% | 0.21% | - |
| HSV(B) | 218º | 0.92% | 0.38% | - |
| XYZ | 3.1 | 2.52 | 11.88 | - |
| YUV | 37.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 98 | 0.92 | 0.58 | 0 | 0.62 | 218 | 0.85 | 0.21 |
| Hex | 8 | 29 | 62 | 5C | 3A | 0 | 3E | DA | 55 | 15 |
| Octal | 10 | 51 | 142 | 134 | 72 | 0 | 76 | 332 | 125 | 25 |
| Binary | 1000 | 101001 | 1100010 | 1011100 | 111010 | 0 | 111110 | 11011010 | 1010101 | 10101 |
Color Harmonies of #082962
Complementary color
Monochromatic Colors of #082962
Black with #082962
Text Example
Text Example
White with #082962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082962; }
p { color: rgb(8,41,98); }
H1.HeaderClassName
{
color: #082962;
}
.AnyTagClassName
{
color: #082962;
}
</style>
background-color css
<style>
a { background-color: #082962; }
a { background-color: rgb(8,41,98); }
div.DivClassName
{
background-color: #082962;
}
.BgClassName
{
background-color: #082962;
}
</style>
border-color css
<style>
span { border-color: #082962; }
span { border-color: rgb(8,41,98); }
td.TdClassName
{
border-color: #082962;
}
.TagClassName
{
border-color: #082962;
}
</style>