Shades of Sherpa Blue #083F4C
Tints of Sherpa Blue #083F4C
RGB
CMYK
RGB Variations
Color information
#083F4C (or 0x083F4C) is known color: Sherpa Blue. HEX triplet: 08, 3F and 4C. RGB value is (8,63,76). Sum of RGB (Red+Green+Blue) = 8+63+76=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #083F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F4C is #F7C0B3. Grayscale: #2F2F2F. Windows color (decimal): -16236724 or 4996872. OLE color: 4996872.
HSL color Cylindrical-coordinate representation of color #083F4C: hue angle of 191.47º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083F4C is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 63 | 76 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.70 |
| HSL | 191.47º | 0.81% | 0.16% | - |
| HSV(B) | 191.47º | 0.89% | 0.3% | - |
| XYZ | 3.18 | 4.13 | 7.47 | - |
| YUV | 48.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 76 | 0.89 | 0.17 | 0 | 0.70 | 191.47 | 0.81 | 0.16 |
| Hex | 8 | 3F | 4C | 59 | 11 | 0 | 46 | BF | 51 | 10 |
| Octal | 10 | 77 | 114 | 131 | 21 | 0 | 106 | 277 | 121 | 20 |
| Binary | 1000 | 111111 | 1001100 | 1011001 | 10001 | 0 | 1000110 | 10111111 | 1010001 | 10000 |
Color Harmonies of #083F4C
Complementary color
Monochromatic Colors of #083F4C
Black with #083F4C
Text Example
Text Example
White with #083F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F4C; }
p { color: rgb(8,63,76); }
H1.HeaderClassName
{
color: #083F4C;
}
.AnyTagClassName
{
color: #083F4C;
}
</style>
background-color css
<style>
a { background-color: #083F4C; }
a { background-color: rgb(8,63,76); }
div.DivClassName
{
background-color: #083F4C;
}
.BgClassName
{
background-color: #083F4C;
}
</style>
border-color css
<style>
span { border-color: #083F4C; }
span { border-color: rgb(8,63,76); }
td.TdClassName
{
border-color: #083F4C;
}
.TagClassName
{
border-color: #083F4C;
}
</style>