Shades of Sherpa Blue #083F4D
Tints of Sherpa Blue #083F4D
RGB
CMYK
RGB Variations
Color information
#083F4D (or 0x083F4D) is known color: Sherpa Blue. HEX triplet: 08, 3F and 4D. RGB value is (8,63,77). Sum of RGB (Red+Green+Blue) = 8+63+77=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #083F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F4D is #F7C0B2. Grayscale: #303030. Windows color (decimal): -16236723 or 5062408. OLE color: 5062408.
HSL color Cylindrical-coordinate representation of color #083F4D: hue angle of 192.17º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083F4D is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 63 | 77 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.70 |
| HSL | 192.17º | 0.81% | 0.17% | - |
| HSV(B) | 192.17º | 0.9% | 0.3% | - |
| XYZ | 3.22 | 4.14 | 7.65 | - |
| YUV | 48.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 77 | 0.90 | 0.18 | 0 | 0.70 | 192.17 | 0.81 | 0.17 |
| Hex | 8 | 3F | 4D | 5A | 12 | 0 | 46 | C0 | 51 | 11 |
| Octal | 10 | 77 | 115 | 132 | 22 | 0 | 106 | 300 | 121 | 21 |
| Binary | 1000 | 111111 | 1001101 | 1011010 | 10010 | 0 | 1000110 | 11000000 | 1010001 | 10001 |
Color Harmonies of #083F4D
Complementary color
Monochromatic Colors of #083F4D
Black with #083F4D
Text Example
Text Example
White with #083F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F4D; }
p { color: rgb(8,63,77); }
H1.HeaderClassName
{
color: #083F4D;
}
.AnyTagClassName
{
color: #083F4D;
}
</style>
background-color css
<style>
a { background-color: #083F4D; }
a { background-color: rgb(8,63,77); }
div.DivClassName
{
background-color: #083F4D;
}
.BgClassName
{
background-color: #083F4D;
}
</style>
border-color css
<style>
span { border-color: #083F4D; }
span { border-color: rgb(8,63,77); }
td.TdClassName
{
border-color: #083F4D;
}
.TagClassName
{
border-color: #083F4D;
}
</style>