Shades of Sherpa Blue #083F4E
Tints of Sherpa Blue #083F4E
RGB
CMYK
RGB Variations
Color information
#083F4E (or 0x083F4E) is known color: Sherpa Blue. HEX triplet: 08, 3F and 4E. RGB value is (8,63,78). Sum of RGB (Red+Green+Blue) = 8+63+78=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #083F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F4E is #F7C0B1. Grayscale: #303030. Windows color (decimal): -16236722 or 5127944. OLE color: 5127944.
HSL color Cylindrical-coordinate representation of color #083F4E: hue angle of 192.86º degrees, saturation: 0.81, 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 #083F4E is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 63 | 78 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.69 |
| HSL | 192.86º | 0.81% | 0.17% | - |
| HSV(B) | 192.86º | 0.9% | 0.31% | - |
| XYZ | 3.25 | 4.16 | 7.84 | - |
| YUV | 48.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 78 | 0.90 | 0.19 | 0 | 0.69 | 192.86 | 0.81 | 0.17 |
| Hex | 8 | 3F | 4E | 5A | 13 | 0 | 45 | C1 | 51 | 11 |
| Octal | 10 | 77 | 116 | 132 | 23 | 0 | 105 | 301 | 121 | 21 |
| Binary | 1000 | 111111 | 1001110 | 1011010 | 10011 | 0 | 1000101 | 11000001 | 1010001 | 10001 |
Color Harmonies of #083F4E
Complementary color
Monochromatic Colors of #083F4E
Black with #083F4E
Text Example
Text Example
White with #083F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F4E; }
p { color: rgb(8,63,78); }
H1.HeaderClassName
{
color: #083F4E;
}
.AnyTagClassName
{
color: #083F4E;
}
</style>
background-color css
<style>
a { background-color: #083F4E; }
a { background-color: rgb(8,63,78); }
div.DivClassName
{
background-color: #083F4E;
}
.BgClassName
{
background-color: #083F4E;
}
</style>
border-color css
<style>
span { border-color: #083F4E; }
span { border-color: rgb(8,63,78); }
td.TdClassName
{
border-color: #083F4E;
}
.TagClassName
{
border-color: #083F4E;
}
</style>