Shades of Sherpa Blue #083C50
Tints of Sherpa Blue #083C50
RGB
CMYK
RGB Variations
Color information
#083C50 (or 0x083C50) is known color: Sherpa Blue. HEX triplet: 08, 3C and 50. RGB value is (8,60,80). Sum of RGB (Red+Green+Blue) = 8+60+80=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #083C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C50 is #F7C3AF. Grayscale: #2E2E2E. Windows color (decimal): -16237488 or 5258248. OLE color: 5258248.
HSL color Cylindrical-coordinate representation of color #083C50: hue angle of 196.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083C50 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 60 | 80 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.69 |
| HSL | 196.67º | 0.82% | 0.17% | - |
| HSV(B) | 196.67º | 0.9% | 0.31% | - |
| XYZ | 3.16 | 3.86 | 8.17 | - |
| YUV | 46.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 80 | 0.90 | 0.25 | 0 | 0.69 | 196.67 | 0.82 | 0.17 |
| Hex | 8 | 3C | 50 | 5A | 19 | 0 | 45 | C5 | 52 | 11 |
| Octal | 10 | 74 | 120 | 132 | 31 | 0 | 105 | 305 | 122 | 21 |
| Binary | 1000 | 111100 | 1010000 | 1011010 | 11001 | 0 | 1000101 | 11000101 | 1010010 | 10001 |
Color Harmonies of #083C50
Complementary color
Monochromatic Colors of #083C50
Black with #083C50
Text Example
Text Example
White with #083C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C50; }
p { color: rgb(8,60,80); }
H1.HeaderClassName
{
color: #083C50;
}
.AnyTagClassName
{
color: #083C50;
}
</style>
background-color css
<style>
a { background-color: #083C50; }
a { background-color: rgb(8,60,80); }
div.DivClassName
{
background-color: #083C50;
}
.BgClassName
{
background-color: #083C50;
}
</style>
border-color css
<style>
span { border-color: #083C50; }
span { border-color: rgb(8,60,80); }
td.TdClassName
{
border-color: #083C50;
}
.TagClassName
{
border-color: #083C50;
}
</style>