Shades of Sherpa Blue #083A4B
Tints of Sherpa Blue #083A4B
RGB
CMYK
RGB Variations
Color information
#083A4B (or 0x083A4B) is known color: Sherpa Blue. HEX triplet: 08, 3A and 4B. RGB value is (8,58,75). Sum of RGB (Red+Green+Blue) = 8+58+75=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #083A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A4B is #F7C5B4. Grayscale: #2C2C2C. Windows color (decimal): -16238005 or 4930056. OLE color: 4930056.
HSL color Cylindrical-coordinate representation of color #083A4B: hue angle of 195.22º 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 #083A4B is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 58 | 75 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.71 |
| HSL | 195.22º | 0.81% | 0.16% | - |
| HSV(B) | 195.22º | 0.89% | 0.29% | - |
| XYZ | 2.88 | 3.59 | 7.2 | - |
| YUV | 44.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 75 | 0.89 | 0.23 | 0 | 0.71 | 195.22 | 0.81 | 0.16 |
| Hex | 8 | 3A | 4B | 59 | 17 | 0 | 47 | C3 | 51 | 10 |
| Octal | 10 | 72 | 113 | 131 | 27 | 0 | 107 | 303 | 121 | 20 |
| Binary | 1000 | 111010 | 1001011 | 1011001 | 10111 | 0 | 1000111 | 11000011 | 1010001 | 10000 |
Color Harmonies of #083A4B
Complementary color
Monochromatic Colors of #083A4B
Black with #083A4B
Text Example
Text Example
White with #083A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A4B; }
p { color: rgb(8,58,75); }
H1.HeaderClassName
{
color: #083A4B;
}
.AnyTagClassName
{
color: #083A4B;
}
</style>
background-color css
<style>
a { background-color: #083A4B; }
a { background-color: rgb(8,58,75); }
div.DivClassName
{
background-color: #083A4B;
}
.BgClassName
{
background-color: #083A4B;
}
</style>
border-color css
<style>
span { border-color: #083A4B; }
span { border-color: rgb(8,58,75); }
td.TdClassName
{
border-color: #083A4B;
}
.TagClassName
{
border-color: #083A4B;
}
</style>