Shades of Sherpa Blue #0B5051
Tints of Sherpa Blue #0B5051
RGB
CMYK
RGB Variations
Color information
#0B5051 (or 0x0B5051) is known color: Sherpa Blue. HEX triplet: 0B, 50 and 51. RGB value is (11,80,81). Sum of RGB (Red+Green+Blue) = 11+80+81=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B5051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5051 is #F4AFAE. Grayscale: #3B3B3B. Windows color (decimal): -16035759 or 5328907. OLE color: 5328907.
HSL color Cylindrical-coordinate representation of color #0B5051: hue angle of 180.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5051 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 80 | 81 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.68 |
| HSL | 180.86º | 0.76% | 0.18% | - |
| HSV(B) | 180.86º | 0.86% | 0.32% | - |
| XYZ | 4.49 | 6.4 | 8.78 | - |
| YUV | 59.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 81 | 0.86 | 0.01 | 0 | 0.68 | 180.86 | 0.76 | 0.18 |
| Hex | B | 50 | 51 | 56 | 1 | 0 | 44 | B5 | 4C | 12 |
| Octal | 13 | 120 | 121 | 126 | 1 | 0 | 104 | 265 | 114 | 22 |
| Binary | 1011 | 1010000 | 1010001 | 1010110 | 1 | 0 | 1000100 | 10110101 | 1001100 | 10010 |
Color Harmonies of #0B5051
Complementary color
Monochromatic Colors of #0B5051
Black with #0B5051
Text Example
Text Example
White with #0B5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5051; }
p { color: rgb(11,80,81); }
H1.HeaderClassName
{
color: #0B5051;
}
.AnyTagClassName
{
color: #0B5051;
}
</style>
background-color css
<style>
a { background-color: #0B5051; }
a { background-color: rgb(11,80,81); }
div.DivClassName
{
background-color: #0B5051;
}
.BgClassName
{
background-color: #0B5051;
}
</style>
border-color css
<style>
span { border-color: #0B5051; }
span { border-color: rgb(11,80,81); }
td.TdClassName
{
border-color: #0B5051;
}
.TagClassName
{
border-color: #0B5051;
}
</style>