Shades of Sherpa Blue #083949
Tints of Sherpa Blue #083949
RGB
CMYK
RGB Variations
Color information
#083949 (or 0x083949) is known color: Sherpa Blue. HEX triplet: 08, 39 and 49. RGB value is (8,57,73). Sum of RGB (Red+Green+Blue) = 8+57+73=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #083949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083949 is #F7C6B6. Grayscale: #2C2C2C. Windows color (decimal): -16238263 or 4798728. OLE color: 4798728.
HSL color Cylindrical-coordinate representation of color #083949: hue angle of 194.77º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083949 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 57 | 73 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.71 |
| HSL | 194.77º | 0.8% | 0.16% | - |
| HSV(B) | 194.77º | 0.89% | 0.29% | - |
| XYZ | 2.77 | 3.46 | 6.83 | - |
| YUV | 44.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 73 | 0.89 | 0.22 | 0 | 0.71 | 194.77 | 0.8 | 0.16 |
| Hex | 8 | 39 | 49 | 59 | 16 | 0 | 47 | C3 | 50 | 10 |
| Octal | 10 | 71 | 111 | 131 | 26 | 0 | 107 | 303 | 120 | 20 |
| Binary | 1000 | 111001 | 1001001 | 1011001 | 10110 | 0 | 1000111 | 11000011 | 1010000 | 10000 |
Color Harmonies of #083949
Complementary color
Monochromatic Colors of #083949
Black with #083949
Text Example
Text Example
White with #083949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083949; }
p { color: rgb(8,57,73); }
H1.HeaderClassName
{
color: #083949;
}
.AnyTagClassName
{
color: #083949;
}
</style>
background-color css
<style>
a { background-color: #083949; }
a { background-color: rgb(8,57,73); }
div.DivClassName
{
background-color: #083949;
}
.BgClassName
{
background-color: #083949;
}
</style>
border-color css
<style>
span { border-color: #083949; }
span { border-color: rgb(8,57,73); }
td.TdClassName
{
border-color: #083949;
}
.TagClassName
{
border-color: #083949;
}
</style>