Shades of Sherpa Blue #083F55
Tints of Sherpa Blue #083F55
RGB
CMYK
RGB Variations
Color information
#083F55 (or 0x083F55) is known color: Sherpa Blue. HEX triplet: 08, 3F and 55. RGB value is (8,63,85). Sum of RGB (Red+Green+Blue) = 8+63+85=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #083F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F55 is #F7C0AA. Grayscale: #303030. Windows color (decimal): -16236715 or 5586696. OLE color: 5586696.
HSL color Cylindrical-coordinate representation of color #083F55: hue angle of 197.14º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083F55 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 63 | 85 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.67 |
| HSL | 197.14º | 0.83% | 0.18% | - |
| HSV(B) | 197.14º | 0.91% | 0.33% | - |
| XYZ | 3.52 | 4.26 | 9.23 | - |
| YUV | 49.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 85 | 0.91 | 0.26 | 0 | 0.67 | 197.14 | 0.83 | 0.18 |
| Hex | 8 | 3F | 55 | 5B | 1A | 0 | 43 | C5 | 53 | 12 |
| Octal | 10 | 77 | 125 | 133 | 32 | 0 | 103 | 305 | 123 | 22 |
| Binary | 1000 | 111111 | 1010101 | 1011011 | 11010 | 0 | 1000011 | 11000101 | 1010011 | 10010 |
Color Harmonies of #083F55
Complementary color
Monochromatic Colors of #083F55
Black with #083F55
Text Example
Text Example
White with #083F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F55; }
p { color: rgb(8,63,85); }
H1.HeaderClassName
{
color: #083F55;
}
.AnyTagClassName
{
color: #083F55;
}
</style>
background-color css
<style>
a { background-color: #083F55; }
a { background-color: rgb(8,63,85); }
div.DivClassName
{
background-color: #083F55;
}
.BgClassName
{
background-color: #083F55;
}
</style>
border-color css
<style>
span { border-color: #083F55; }
span { border-color: rgb(8,63,85); }
td.TdClassName
{
border-color: #083F55;
}
.TagClassName
{
border-color: #083F55;
}
</style>