Shades of Sherpa Blue #084A56
Tints of Sherpa Blue #084A56
RGB
CMYK
RGB Variations
Color information
#084A56 (or 0x084A56) is known color: Sherpa Blue. HEX triplet: 08, 4A and 56. RGB value is (8,74,86). Sum of RGB (Red+Green+Blue) = 8+74+86=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #084A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A56 is #F7B5A9. Grayscale: #373737. Windows color (decimal): -16233898 or 5655048. OLE color: 5655048.
HSL color Cylindrical-coordinate representation of color #084A56: hue angle of 189.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084A56 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 74 | 86 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.66 |
| HSL | 189.23º | 0.83% | 0.18% | - |
| HSV(B) | 189.23º | 0.91% | 0.34% | - |
| XYZ | 4.23 | 5.62 | 9.67 | - |
| YUV | 55.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 86 | 0.91 | 0.14 | 0 | 0.66 | 189.23 | 0.83 | 0.18 |
| Hex | 8 | 4A | 56 | 5B | E | 0 | 42 | BD | 53 | 12 |
| Octal | 10 | 112 | 126 | 133 | 16 | 0 | 102 | 275 | 123 | 22 |
| Binary | 1000 | 1001010 | 1010110 | 1011011 | 1110 | 0 | 1000010 | 10111101 | 1010011 | 10010 |
Color Harmonies of #084A56
Complementary color
Monochromatic Colors of #084A56
Black with #084A56
Text Example
Text Example
White with #084A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A56; }
p { color: rgb(8,74,86); }
H1.HeaderClassName
{
color: #084A56;
}
.AnyTagClassName
{
color: #084A56;
}
</style>
background-color css
<style>
a { background-color: #084A56; }
a { background-color: rgb(8,74,86); }
div.DivClassName
{
background-color: #084A56;
}
.BgClassName
{
background-color: #084A56;
}
</style>
border-color css
<style>
span { border-color: #084A56; }
span { border-color: rgb(8,74,86); }
td.TdClassName
{
border-color: #084A56;
}
.TagClassName
{
border-color: #084A56;
}
</style>