Shades of Sherpa Blue #084A50
Tints of Sherpa Blue #084A50
RGB
CMYK
RGB Variations
Color information
#084A50 (or 0x084A50) is known color: Sherpa Blue. HEX triplet: 08, 4A and 50. RGB value is (8,74,80). Sum of RGB (Red+Green+Blue) = 8+74+80=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #084A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A50 is #F7B5AF. Grayscale: #363636. Windows color (decimal): -16233904 or 5261832. OLE color: 5261832.
HSL color Cylindrical-coordinate representation of color #084A50: hue angle of 185º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084A50 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 74 | 80 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.69 |
| HSL | 185º | 0.82% | 0.17% | - |
| HSV(B) | 185º | 0.9% | 0.31% | - |
| XYZ | 4 | 5.53 | 8.45 | - |
| YUV | 54.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 80 | 0.90 | 0.08 | 0 | 0.69 | 185 | 0.82 | 0.17 |
| Hex | 8 | 4A | 50 | 5A | 8 | 0 | 45 | B9 | 52 | 11 |
| Octal | 10 | 112 | 120 | 132 | 10 | 0 | 105 | 271 | 122 | 21 |
| Binary | 1000 | 1001010 | 1010000 | 1011010 | 1000 | 0 | 1000101 | 10111001 | 1010010 | 10001 |
Color Harmonies of #084A50
Complementary color
Monochromatic Colors of #084A50
Black with #084A50
Text Example
Text Example
White with #084A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A50; }
p { color: rgb(8,74,80); }
H1.HeaderClassName
{
color: #084A50;
}
.AnyTagClassName
{
color: #084A50;
}
</style>
background-color css
<style>
a { background-color: #084A50; }
a { background-color: rgb(8,74,80); }
div.DivClassName
{
background-color: #084A50;
}
.BgClassName
{
background-color: #084A50;
}
</style>
border-color css
<style>
span { border-color: #084A50; }
span { border-color: rgb(8,74,80); }
td.TdClassName
{
border-color: #084A50;
}
.TagClassName
{
border-color: #084A50;
}
</style>