Shades of Sherpa Blue #084A4D
Tints of Sherpa Blue #084A4D
RGB
CMYK
RGB Variations
Color information
#084A4D (or 0x084A4D) is known color: Sherpa Blue. HEX triplet: 08, 4A and 4D. RGB value is (8,74,77). Sum of RGB (Red+Green+Blue) = 8+74+77=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #084A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A4D is #F7B5B2. Grayscale: #363636. Windows color (decimal): -16233907 or 5065224. OLE color: 5065224.
HSL color Cylindrical-coordinate representation of color #084A4D: hue angle of 182.61º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084A4D is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 74 | 77 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.70 |
| HSL | 182.61º | 0.81% | 0.17% | - |
| HSV(B) | 182.61º | 0.9% | 0.3% | - |
| XYZ | 3.89 | 5.49 | 7.87 | - |
| YUV | 54.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 77 | 0.90 | 0.04 | 0 | 0.70 | 182.61 | 0.81 | 0.17 |
| Hex | 8 | 4A | 4D | 5A | 4 | 0 | 46 | B7 | 51 | 11 |
| Octal | 10 | 112 | 115 | 132 | 4 | 0 | 106 | 267 | 121 | 21 |
| Binary | 1000 | 1001010 | 1001101 | 1011010 | 100 | 0 | 1000110 | 10110111 | 1010001 | 10001 |
Color Harmonies of #084A4D
Complementary color
Monochromatic Colors of #084A4D
Black with #084A4D
Text Example
Text Example
White with #084A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A4D; }
p { color: rgb(8,74,77); }
H1.HeaderClassName
{
color: #084A4D;
}
.AnyTagClassName
{
color: #084A4D;
}
</style>
background-color css
<style>
a { background-color: #084A4D; }
a { background-color: rgb(8,74,77); }
div.DivClassName
{
background-color: #084A4D;
}
.BgClassName
{
background-color: #084A4D;
}
</style>
border-color css
<style>
span { border-color: #084A4D; }
span { border-color: rgb(8,74,77); }
td.TdClassName
{
border-color: #084A4D;
}
.TagClassName
{
border-color: #084A4D;
}
</style>