Shades of Sherpa Blue #083B4D
Tints of Sherpa Blue #083B4D
RGB
CMYK
RGB Variations
Color information
#083B4D (or 0x083B4D) is known color: Sherpa Blue. HEX triplet: 08, 3B and 4D. RGB value is (8,59,77). Sum of RGB (Red+Green+Blue) = 8+59+77=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #083B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B4D is #F7C4B2. Grayscale: #2D2D2D. Windows color (decimal): -16237747 or 5061384. OLE color: 5061384.
HSL color Cylindrical-coordinate representation of color #083B4D: hue angle of 195.65º 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 #083B4D is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 59 | 77 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.70 |
| HSL | 195.65º | 0.81% | 0.17% | - |
| HSV(B) | 195.65º | 0.9% | 0.3% | - |
| XYZ | 3 | 3.72 | 7.58 | - |
| YUV | 45.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 77 | 0.90 | 0.23 | 0 | 0.70 | 195.65 | 0.81 | 0.17 |
| Hex | 8 | 3B | 4D | 5A | 17 | 0 | 46 | C4 | 51 | 11 |
| Octal | 10 | 73 | 115 | 132 | 27 | 0 | 106 | 304 | 121 | 21 |
| Binary | 1000 | 111011 | 1001101 | 1011010 | 10111 | 0 | 1000110 | 11000100 | 1010001 | 10001 |
Color Harmonies of #083B4D
Complementary color
Monochromatic Colors of #083B4D
Black with #083B4D
Text Example
Text Example
White with #083B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B4D; }
p { color: rgb(8,59,77); }
H1.HeaderClassName
{
color: #083B4D;
}
.AnyTagClassName
{
color: #083B4D;
}
</style>
background-color css
<style>
a { background-color: #083B4D; }
a { background-color: rgb(8,59,77); }
div.DivClassName
{
background-color: #083B4D;
}
.BgClassName
{
background-color: #083B4D;
}
</style>
border-color css
<style>
span { border-color: #083B4D; }
span { border-color: rgb(8,59,77); }
td.TdClassName
{
border-color: #083B4D;
}
.TagClassName
{
border-color: #083B4D;
}
</style>