Shades of Sherpa Blue #0B5356
Tints of Sherpa Blue #0B5356
RGB
CMYK
RGB Variations
Color information
#0B5356 (or 0x0B5356) is known color: Sherpa Blue. HEX triplet: 0B, 53 and 56. RGB value is (11,83,86). Sum of RGB (Red+Green+Blue) = 11+83+86=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #0B5356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5356 is #F4ACA9. Grayscale: #3D3D3D. Windows color (decimal): -16034986 or 5657355. OLE color: 5657355.
HSL color Cylindrical-coordinate representation of color #0B5356: hue angle of 182.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5356 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 83 | 86 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.66 |
| HSL | 182.4º | 0.77% | 0.19% | - |
| HSV(B) | 182.4º | 0.87% | 0.34% | - |
| XYZ | 4.91 | 6.93 | 9.88 | - |
| YUV | 61.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 86 | 0.87 | 0.03 | 0 | 0.66 | 182.4 | 0.77 | 0.19 |
| Hex | B | 53 | 56 | 57 | 3 | 0 | 42 | B6 | 4D | 13 |
| Octal | 13 | 123 | 126 | 127 | 3 | 0 | 102 | 266 | 115 | 23 |
| Binary | 1011 | 1010011 | 1010110 | 1010111 | 11 | 0 | 1000010 | 10110110 | 1001101 | 10011 |
Color Harmonies of #0B5356
Complementary color
Monochromatic Colors of #0B5356
Black with #0B5356
Text Example
Text Example
White with #0B5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5356; }
p { color: rgb(11,83,86); }
H1.HeaderClassName
{
color: #0B5356;
}
.AnyTagClassName
{
color: #0B5356;
}
</style>
background-color css
<style>
a { background-color: #0B5356; }
a { background-color: rgb(11,83,86); }
div.DivClassName
{
background-color: #0B5356;
}
.BgClassName
{
background-color: #0B5356;
}
</style>
border-color css
<style>
span { border-color: #0B5356; }
span { border-color: rgb(11,83,86); }
td.TdClassName
{
border-color: #0B5356;
}
.TagClassName
{
border-color: #0B5356;
}
</style>