Shades of Sherpa Blue #083E4B
Tints of Sherpa Blue #083E4B
RGB
CMYK
RGB Variations
Color information
#083E4B (or 0x083E4B) is known color: Sherpa Blue. HEX triplet: 08, 3E and 4B. RGB value is (8,62,75). Sum of RGB (Red+Green+Blue) = 8+62+75=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #083E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E4B is #F7C1B4. Grayscale: #2F2F2F. Windows color (decimal): -16236981 or 4931080. OLE color: 4931080.
HSL color Cylindrical-coordinate representation of color #083E4B: hue angle of 191.64º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083E4B is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 62 | 75 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.71 |
| HSL | 191.64º | 0.81% | 0.16% | - |
| HSV(B) | 191.64º | 0.89% | 0.29% | - |
| XYZ | 3.09 | 4 | 7.27 | - |
| YUV | 47.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 75 | 0.89 | 0.17 | 0 | 0.71 | 191.64 | 0.81 | 0.16 |
| Hex | 8 | 3E | 4B | 59 | 11 | 0 | 47 | C0 | 51 | 10 |
| Octal | 10 | 76 | 113 | 131 | 21 | 0 | 107 | 300 | 121 | 20 |
| Binary | 1000 | 111110 | 1001011 | 1011001 | 10001 | 0 | 1000111 | 11000000 | 1010001 | 10000 |
Color Harmonies of #083E4B
Complementary color
Monochromatic Colors of #083E4B
Black with #083E4B
Text Example
Text Example
White with #083E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083E4B; }
p { color: rgb(8,62,75); }
H1.HeaderClassName
{
color: #083E4B;
}
.AnyTagClassName
{
color: #083E4B;
}
</style>
background-color css
<style>
a { background-color: #083E4B; }
a { background-color: rgb(8,62,75); }
div.DivClassName
{
background-color: #083E4B;
}
.BgClassName
{
background-color: #083E4B;
}
</style>
border-color css
<style>
span { border-color: #083E4B; }
span { border-color: rgb(8,62,75); }
td.TdClassName
{
border-color: #083E4B;
}
.TagClassName
{
border-color: #083E4B;
}
</style>