Shades of Sherpa Blue #084858
Tints of Sherpa Blue #084858
RGB
CMYK
RGB Variations
Color information
#084858 (or 0x084858) is known color: Sherpa Blue. HEX triplet: 08, 48 and 58. RGB value is (8,72,88). Sum of RGB (Red+Green+Blue) = 8+72+88=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #084858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084858 is #F7B7A7. Grayscale: #363636. Windows color (decimal): -16234408 or 5785608. OLE color: 5785608.
HSL color Cylindrical-coordinate representation of color #084858: hue angle of 192º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084858 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 72 | 88 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.65 |
| HSL | 192º | 0.83% | 0.19% | - |
| HSV(B) | 192º | 0.91% | 0.35% | - |
| XYZ | 4.18 | 5.39 | 10.05 | - |
| YUV | 54.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 88 | 0.91 | 0.18 | 0 | 0.65 | 192 | 0.83 | 0.19 |
| Hex | 8 | 48 | 58 | 5B | 12 | 0 | 41 | C0 | 53 | 13 |
| Octal | 10 | 110 | 130 | 133 | 22 | 0 | 101 | 300 | 123 | 23 |
| Binary | 1000 | 1001000 | 1011000 | 1011011 | 10010 | 0 | 1000001 | 11000000 | 1010011 | 10011 |
Color Harmonies of #084858
Complementary color
Monochromatic Colors of #084858
Black with #084858
Text Example
Text Example
White with #084858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084858; }
p { color: rgb(8,72,88); }
H1.HeaderClassName
{
color: #084858;
}
.AnyTagClassName
{
color: #084858;
}
</style>
background-color css
<style>
a { background-color: #084858; }
a { background-color: rgb(8,72,88); }
div.DivClassName
{
background-color: #084858;
}
.BgClassName
{
background-color: #084858;
}
</style>
border-color css
<style>
span { border-color: #084858; }
span { border-color: rgb(8,72,88); }
td.TdClassName
{
border-color: #084858;
}
.TagClassName
{
border-color: #084858;
}
</style>