Shades of Sherpa Blue #083C53
Tints of Sherpa Blue #083C53
RGB
CMYK
RGB Variations
Color information
#083C53 (or 0x083C53) is known color: Sherpa Blue. HEX triplet: 08, 3C and 53. RGB value is (8,60,83). Sum of RGB (Red+Green+Blue) = 8+60+83=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #083C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C53 is #F7C3AC. Grayscale: #2E2E2E. Windows color (decimal): -16237485 or 5454856. OLE color: 5454856.
HSL color Cylindrical-coordinate representation of color #083C53: hue angle of 198.4º 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 #083C53 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 60 | 83 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.67 |
| HSL | 198.4º | 0.82% | 0.18% | - |
| HSV(B) | 198.4º | 0.9% | 0.33% | - |
| XYZ | 3.28 | 3.91 | 8.77 | - |
| YUV | 47.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 83 | 0.90 | 0.28 | 0 | 0.67 | 198.4 | 0.82 | 0.18 |
| Hex | 8 | 3C | 53 | 5A | 1C | 0 | 43 | C6 | 52 | 12 |
| Octal | 10 | 74 | 123 | 132 | 34 | 0 | 103 | 306 | 122 | 22 |
| Binary | 1000 | 111100 | 1010011 | 1011010 | 11100 | 0 | 1000011 | 11000110 | 1010010 | 10010 |
Color Harmonies of #083C53
Complementary color
Monochromatic Colors of #083C53
Black with #083C53
Text Example
Text Example
White with #083C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C53; }
p { color: rgb(8,60,83); }
H1.HeaderClassName
{
color: #083C53;
}
.AnyTagClassName
{
color: #083C53;
}
</style>
background-color css
<style>
a { background-color: #083C53; }
a { background-color: rgb(8,60,83); }
div.DivClassName
{
background-color: #083C53;
}
.BgClassName
{
background-color: #083C53;
}
</style>
border-color css
<style>
span { border-color: #083C53; }
span { border-color: rgb(8,60,83); }
td.TdClassName
{
border-color: #083C53;
}
.TagClassName
{
border-color: #083C53;
}
</style>