Shades of Sapphire #082466
Tints of Sapphire #082466
RGB
CMYK
RGB Variations
Color information
#082466 (or 0x082466) is known color: Sapphire. HEX triplet: 08, 24 and 66. RGB value is (8,36,102). Sum of RGB (Red+Green+Blue) = 8+36+102=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #082466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082466 is #F7DB99. Grayscale: #222222. Windows color (decimal): -16243610 or 6693896. OLE color: 6693896.
HSL color Cylindrical-coordinate representation of color #082466: hue angle of 222.13º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082466 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 36 | 102 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.6 |
| HSL | 222.13º | 0.85% | 0.22% | - |
| HSV(B) | 222.13º | 0.92% | 0.4% | - |
| XYZ | 3.13 | 2.27 | 12.84 | - |
| YUV | 35.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 102 | 0.92 | 0.65 | 0 | 0.6 | 222.13 | 0.85 | 0.22 |
| Hex | 8 | 24 | 66 | 5C | 41 | 0 | 3C | DE | 55 | 16 |
| Octal | 10 | 44 | 146 | 134 | 101 | 0 | 74 | 336 | 125 | 26 |
| Binary | 1000 | 100100 | 1100110 | 1011100 | 1000001 | 0 | 111100 | 11011110 | 1010101 | 10110 |
Color Harmonies of #082466
Complementary color
Monochromatic Colors of #082466
Black with #082466
Text Example
Text Example
White with #082466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082466; }
p { color: rgb(8,36,102); }
H1.HeaderClassName
{
color: #082466;
}
.AnyTagClassName
{
color: #082466;
}
</style>
background-color css
<style>
a { background-color: #082466; }
a { background-color: rgb(8,36,102); }
div.DivClassName
{
background-color: #082466;
}
.BgClassName
{
background-color: #082466;
}
</style>
border-color css
<style>
span { border-color: #082466; }
span { border-color: rgb(8,36,102); }
td.TdClassName
{
border-color: #082466;
}
.TagClassName
{
border-color: #082466;
}
</style>