Shades of Sherpa Blue #084351
Tints of Sherpa Blue #084351
RGB
CMYK
RGB Variations
Color information
#084351 (or 0x084351) is known color: Sherpa Blue. HEX triplet: 08, 43 and 51. RGB value is (8,67,81). Sum of RGB (Red+Green+Blue) = 8+67+81=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #084351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084351 is #F7BCAE. Grayscale: #323232. Windows color (decimal): -16235695 or 5325576. OLE color: 5325576.
HSL color Cylindrical-coordinate representation of color #084351: hue angle of 191.51º 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 #084351 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 67 | 81 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.68 |
| HSL | 191.51º | 0.82% | 0.17% | - |
| HSV(B) | 191.51º | 0.9% | 0.32% | - |
| XYZ | 3.59 | 4.66 | 8.49 | - |
| YUV | 50.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 81 | 0.90 | 0.17 | 0 | 0.68 | 191.51 | 0.82 | 0.17 |
| Hex | 8 | 43 | 51 | 5A | 11 | 0 | 44 | C0 | 52 | 11 |
| Octal | 10 | 103 | 121 | 132 | 21 | 0 | 104 | 300 | 122 | 21 |
| Binary | 1000 | 1000011 | 1010001 | 1011010 | 10001 | 0 | 1000100 | 11000000 | 1010010 | 10001 |
Color Harmonies of #084351
Complementary color
Monochromatic Colors of #084351
Black with #084351
Text Example
Text Example
White with #084351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084351; }
p { color: rgb(8,67,81); }
H1.HeaderClassName
{
color: #084351;
}
.AnyTagClassName
{
color: #084351;
}
</style>
background-color css
<style>
a { background-color: #084351; }
a { background-color: rgb(8,67,81); }
div.DivClassName
{
background-color: #084351;
}
.BgClassName
{
background-color: #084351;
}
</style>
border-color css
<style>
span { border-color: #084351; }
span { border-color: rgb(8,67,81); }
td.TdClassName
{
border-color: #084351;
}
.TagClassName
{
border-color: #084351;
}
</style>