Shades of Sherpa Blue #084551
Tints of Sherpa Blue #084551
RGB
CMYK
RGB Variations
Color information
#084551 (or 0x084551) is known color: Sherpa Blue. HEX triplet: 08, 45 and 51. RGB value is (8,69,81). Sum of RGB (Red+Green+Blue) = 8+69+81=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #084551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084551 is #F7BAAE. Grayscale: #343434. Windows color (decimal): -16235183 or 5326088. OLE color: 5326088.
HSL color Cylindrical-coordinate representation of color #084551: hue angle of 189.86º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084551 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 69 | 81 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.68 |
| HSL | 189.86º | 0.82% | 0.17% | - |
| HSV(B) | 189.86º | 0.9% | 0.32% | - |
| XYZ | 3.71 | 4.9 | 8.54 | - |
| YUV | 52.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 81 | 0.90 | 0.15 | 0 | 0.68 | 189.86 | 0.82 | 0.17 |
| Hex | 8 | 45 | 51 | 5A | F | 0 | 44 | BE | 52 | 11 |
| Octal | 10 | 105 | 121 | 132 | 17 | 0 | 104 | 276 | 122 | 21 |
| Binary | 1000 | 1000101 | 1010001 | 1011010 | 1111 | 0 | 1000100 | 10111110 | 1010010 | 10001 |
Color Harmonies of #084551
Complementary color
Monochromatic Colors of #084551
Black with #084551
Text Example
Text Example
White with #084551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084551; }
p { color: rgb(8,69,81); }
H1.HeaderClassName
{
color: #084551;
}
.AnyTagClassName
{
color: #084551;
}
</style>
background-color css
<style>
a { background-color: #084551; }
a { background-color: rgb(8,69,81); }
div.DivClassName
{
background-color: #084551;
}
.BgClassName
{
background-color: #084551;
}
</style>
border-color css
<style>
span { border-color: #084551; }
span { border-color: rgb(8,69,81); }
td.TdClassName
{
border-color: #084551;
}
.TagClassName
{
border-color: #084551;
}
</style>