Shades of Sapphire #082049
Tints of Sapphire #082049
RGB
CMYK
RGB Variations
Color information
#082049 (or 0x082049) is known color: Sapphire. HEX triplet: 08, 20 and 49. RGB value is (8,32,73). Sum of RGB (Red+Green+Blue) = 8+32+73=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #082049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082049 is #F7DFB6. Grayscale: #1D1D1D. Windows color (decimal): -16244663 or 4792328. OLE color: 4792328.
HSL color Cylindrical-coordinate representation of color #082049: hue angle of 217.85º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082049 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 32 | 73 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.71 |
| HSL | 217.85º | 0.8% | 0.16% | - |
| HSV(B) | 217.85º | 0.89% | 0.29% | - |
| XYZ | 1.82 | 1.57 | 6.51 | - |
| YUV | 29.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 73 | 0.89 | 0.56 | 0 | 0.71 | 217.85 | 0.8 | 0.16 |
| Hex | 8 | 20 | 49 | 59 | 38 | 0 | 47 | DA | 50 | 10 |
| Octal | 10 | 40 | 111 | 131 | 70 | 0 | 107 | 332 | 120 | 20 |
| Binary | 1000 | 100000 | 1001001 | 1011001 | 111000 | 0 | 1000111 | 11011010 | 1010000 | 10000 |
Color Harmonies of #082049
Complementary color
Monochromatic Colors of #082049
Black with #082049
Text Example
Text Example
White with #082049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082049; }
p { color: rgb(8,32,73); }
H1.HeaderClassName
{
color: #082049;
}
.AnyTagClassName
{
color: #082049;
}
</style>
background-color css
<style>
a { background-color: #082049; }
a { background-color: rgb(8,32,73); }
div.DivClassName
{
background-color: #082049;
}
.BgClassName
{
background-color: #082049;
}
</style>
border-color css
<style>
span { border-color: #082049; }
span { border-color: rgb(8,32,73); }
td.TdClassName
{
border-color: #082049;
}
.TagClassName
{
border-color: #082049;
}
</style>