Shades of Sapphire #082460
Tints of Sapphire #082460
RGB
CMYK
RGB Variations
Color information
#082460 (or 0x082460) is known color: Sapphire. HEX triplet: 08, 24 and 60. RGB value is (8,36,96). Sum of RGB (Red+Green+Blue) = 8+36+96=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #082460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082460 is #F7DB9F. Grayscale: #222222. Windows color (decimal): -16243616 or 6300680. OLE color: 6300680.
HSL color Cylindrical-coordinate representation of color #082460: hue angle of 220.91º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082460 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 36 | 96 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.62 |
| HSL | 220.91º | 0.85% | 0.2% | - |
| HSV(B) | 220.91º | 0.92% | 0.38% | - |
| XYZ | 2.84 | 2.16 | 11.33 | - |
| YUV | 34.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 96 | 0.92 | 0.62 | 0 | 0.62 | 220.91 | 0.85 | 0.2 |
| Hex | 8 | 24 | 60 | 5C | 3E | 0 | 3E | DD | 55 | 14 |
| Octal | 10 | 44 | 140 | 134 | 76 | 0 | 76 | 335 | 125 | 24 |
| Binary | 1000 | 100100 | 1100000 | 1011100 | 111110 | 0 | 111110 | 11011101 | 1010101 | 10100 |
Color Harmonies of #082460
Complementary color
Monochromatic Colors of #082460
Black with #082460
Text Example
Text Example
White with #082460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082460; }
p { color: rgb(8,36,96); }
H1.HeaderClassName
{
color: #082460;
}
.AnyTagClassName
{
color: #082460;
}
</style>
background-color css
<style>
a { background-color: #082460; }
a { background-color: rgb(8,36,96); }
div.DivClassName
{
background-color: #082460;
}
.BgClassName
{
background-color: #082460;
}
</style>
border-color css
<style>
span { border-color: #082460; }
span { border-color: rgb(8,36,96); }
td.TdClassName
{
border-color: #082460;
}
.TagClassName
{
border-color: #082460;
}
</style>