Shades of Sherpa Blue #084049
Tints of Sherpa Blue #084049
RGB
CMYK
RGB Variations
Color information
#084049 (or 0x084049) is known color: Sherpa Blue. HEX triplet: 08, 40 and 49. RGB value is (8,64,73). Sum of RGB (Red+Green+Blue) = 8+64+73=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #084049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084049 is #F7BFB6. Grayscale: #303030. Windows color (decimal): -16236471 or 4800520. OLE color: 4800520.
HSL color Cylindrical-coordinate representation of color #084049: hue angle of 188.31º 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 #084049 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 64 | 73 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.71 |
| HSL | 188.31º | 0.8% | 0.16% | - |
| HSV(B) | 188.31º | 0.89% | 0.29% | - |
| XYZ | 3.14 | 4.2 | 6.95 | - |
| YUV | 48.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 73 | 0.89 | 0.12 | 0 | 0.71 | 188.31 | 0.8 | 0.16 |
| Hex | 8 | 40 | 49 | 59 | C | 0 | 47 | BC | 50 | 10 |
| Octal | 10 | 100 | 111 | 131 | 14 | 0 | 107 | 274 | 120 | 20 |
| Binary | 1000 | 1000000 | 1001001 | 1011001 | 1100 | 0 | 1000111 | 10111100 | 1010000 | 10000 |
Color Harmonies of #084049
Complementary color
Monochromatic Colors of #084049
Black with #084049
Text Example
Text Example
White with #084049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084049; }
p { color: rgb(8,64,73); }
H1.HeaderClassName
{
color: #084049;
}
.AnyTagClassName
{
color: #084049;
}
</style>
background-color css
<style>
a { background-color: #084049; }
a { background-color: rgb(8,64,73); }
div.DivClassName
{
background-color: #084049;
}
.BgClassName
{
background-color: #084049;
}
</style>
border-color css
<style>
span { border-color: #084049; }
span { border-color: rgb(8,64,73); }
td.TdClassName
{
border-color: #084049;
}
.TagClassName
{
border-color: #084049;
}
</style>