Shades of Sherpa Blue #084D60
Tints of Sherpa Blue #084D60
RGB
CMYK
RGB Variations
Color information
#084D60 (or 0x084D60) is known color: Sherpa Blue. HEX triplet: 08, 4D and 60. RGB value is (8,77,96). Sum of RGB (Red+Green+Blue) = 8+77+96=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #084D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D60 is #F7B29F. Grayscale: #3A3A3A. Windows color (decimal): -16233120 or 6311176. OLE color: 6311176.
HSL color Cylindrical-coordinate representation of color #084D60: hue angle of 192.95º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084D60 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 77 | 96 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.62 |
| HSL | 192.95º | 0.85% | 0.2% | - |
| HSV(B) | 192.95º | 0.92% | 0.38% | - |
| XYZ | 4.87 | 6.2 | 12.01 | - |
| YUV | 58.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 96 | 0.92 | 0.20 | 0 | 0.62 | 192.95 | 0.85 | 0.2 |
| Hex | 8 | 4D | 60 | 5C | 14 | 0 | 3E | C1 | 55 | 14 |
| Octal | 10 | 115 | 140 | 134 | 24 | 0 | 76 | 301 | 125 | 24 |
| Binary | 1000 | 1001101 | 1100000 | 1011100 | 10100 | 0 | 111110 | 11000001 | 1010101 | 10100 |
Color Harmonies of #084D60
Complementary color
Monochromatic Colors of #084D60
Black with #084D60
Text Example
Text Example
White with #084D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D60; }
p { color: rgb(8,77,96); }
H1.HeaderClassName
{
color: #084D60;
}
.AnyTagClassName
{
color: #084D60;
}
</style>
background-color css
<style>
a { background-color: #084D60; }
a { background-color: rgb(8,77,96); }
div.DivClassName
{
background-color: #084D60;
}
.BgClassName
{
background-color: #084D60;
}
</style>
border-color css
<style>
span { border-color: #084D60; }
span { border-color: rgb(8,77,96); }
td.TdClassName
{
border-color: #084D60;
}
.TagClassName
{
border-color: #084D60;
}
</style>