Shades of Sherpa Blue #084353
Tints of Sherpa Blue #084353
RGB
CMYK
RGB Variations
Color information
#084353 (or 0x084353) is known color: Sherpa Blue. HEX triplet: 08, 43 and 53. RGB value is (8,67,83). Sum of RGB (Red+Green+Blue) = 8+67+83=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #084353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084353 is #F7BCAC. Grayscale: #333333. Windows color (decimal): -16235693 or 5456648. OLE color: 5456648.
HSL color Cylindrical-coordinate representation of color #084353: hue angle of 192.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084353 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 67 | 83 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.67 |
| HSL | 192.8º | 0.82% | 0.18% | - |
| HSV(B) | 192.8º | 0.9% | 0.33% | - |
| XYZ | 3.67 | 4.69 | 8.9 | - |
| YUV | 51.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 83 | 0.90 | 0.19 | 0 | 0.67 | 192.8 | 0.82 | 0.18 |
| Hex | 8 | 43 | 53 | 5A | 13 | 0 | 43 | C1 | 52 | 12 |
| Octal | 10 | 103 | 123 | 132 | 23 | 0 | 103 | 301 | 122 | 22 |
| Binary | 1000 | 1000011 | 1010011 | 1011010 | 10011 | 0 | 1000011 | 11000001 | 1010010 | 10010 |
Color Harmonies of #084353
Complementary color
Monochromatic Colors of #084353
Black with #084353
Text Example
Text Example
White with #084353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084353; }
p { color: rgb(8,67,83); }
H1.HeaderClassName
{
color: #084353;
}
.AnyTagClassName
{
color: #084353;
}
</style>
background-color css
<style>
a { background-color: #084353; }
a { background-color: rgb(8,67,83); }
div.DivClassName
{
background-color: #084353;
}
.BgClassName
{
background-color: #084353;
}
</style>
border-color css
<style>
span { border-color: #084353; }
span { border-color: rgb(8,67,83); }
td.TdClassName
{
border-color: #084353;
}
.TagClassName
{
border-color: #084353;
}
</style>