Shades of Sapphire #082064
Tints of Sapphire #082064
RGB
CMYK
RGB Variations
Color information
#082064 (or 0x082064) is known color: Sapphire. HEX triplet: 08, 20 and 64. RGB value is (8,32,100). Sum of RGB (Red+Green+Blue) = 8+32+100=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #082064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082064 is #F7DF9B. Grayscale: #202020. Windows color (decimal): -16244636 or 6561800. OLE color: 6561800.
HSL color Cylindrical-coordinate representation of color #082064: hue angle of 224.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082064 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 32 | 100 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.61 |
| HSL | 224.35º | 0.85% | 0.21% | - |
| HSV(B) | 224.35º | 0.92% | 0.39% | - |
| XYZ | 2.92 | 2 | 12.29 | - |
| YUV | 32.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 100 | 0.92 | 0.68 | 0 | 0.61 | 224.35 | 0.85 | 0.21 |
| Hex | 8 | 20 | 64 | 5C | 44 | 0 | 3D | E0 | 55 | 15 |
| Octal | 10 | 40 | 144 | 134 | 104 | 0 | 75 | 340 | 125 | 25 |
| Binary | 1000 | 100000 | 1100100 | 1011100 | 1000100 | 0 | 111101 | 11100000 | 1010101 | 10101 |
Color Harmonies of #082064
Complementary color
Monochromatic Colors of #082064
Black with #082064
Text Example
Text Example
White with #082064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082064; }
p { color: rgb(8,32,100); }
H1.HeaderClassName
{
color: #082064;
}
.AnyTagClassName
{
color: #082064;
}
</style>
background-color css
<style>
a { background-color: #082064; }
a { background-color: rgb(8,32,100); }
div.DivClassName
{
background-color: #082064;
}
.BgClassName
{
background-color: #082064;
}
</style>
border-color css
<style>
span { border-color: #082064; }
span { border-color: rgb(8,32,100); }
td.TdClassName
{
border-color: #082064;
}
.TagClassName
{
border-color: #082064;
}
</style>