Shades of Sherpa Blue #083C49
Tints of Sherpa Blue #083C49
RGB
CMYK
RGB Variations
Color information
#083C49 (or 0x083C49) is known color: Sherpa Blue. HEX triplet: 08, 3C and 49. RGB value is (8,60,73). Sum of RGB (Red+Green+Blue) = 8+60+73=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #083C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C49 is #F7C3B6. Grayscale: #2D2D2D. Windows color (decimal): -16237495 or 4799496. OLE color: 4799496.
HSL color Cylindrical-coordinate representation of color #083C49: hue angle of 192º 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 #083C49 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 60 | 73 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.71 |
| HSL | 192º | 0.8% | 0.16% | - |
| HSV(B) | 192º | 0.89% | 0.29% | - |
| XYZ | 2.92 | 3.76 | 6.88 | - |
| YUV | 45.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 73 | 0.89 | 0.18 | 0 | 0.71 | 192 | 0.8 | 0.16 |
| Hex | 8 | 3C | 49 | 59 | 12 | 0 | 47 | C0 | 50 | 10 |
| Octal | 10 | 74 | 111 | 131 | 22 | 0 | 107 | 300 | 120 | 20 |
| Binary | 1000 | 111100 | 1001001 | 1011001 | 10010 | 0 | 1000111 | 11000000 | 1010000 | 10000 |
Color Harmonies of #083C49
Complementary color
Monochromatic Colors of #083C49
Black with #083C49
Text Example
Text Example
White with #083C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C49; }
p { color: rgb(8,60,73); }
H1.HeaderClassName
{
color: #083C49;
}
.AnyTagClassName
{
color: #083C49;
}
</style>
background-color css
<style>
a { background-color: #083C49; }
a { background-color: rgb(8,60,73); }
div.DivClassName
{
background-color: #083C49;
}
.BgClassName
{
background-color: #083C49;
}
</style>
border-color css
<style>
span { border-color: #083C49; }
span { border-color: rgb(8,60,73); }
td.TdClassName
{
border-color: #083C49;
}
.TagClassName
{
border-color: #083C49;
}
</style>