Shades of Sherpa Blue #0B5351
Tints of Sherpa Blue #0B5351
RGB
CMYK
RGB Variations
Color information
#0B5351 (or 0x0B5351) is known color: Sherpa Blue. HEX triplet: 0B, 53 and 51. RGB value is (11,83,81). Sum of RGB (Red+Green+Blue) = 11+83+81=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #0B5351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5351 is #F4ACAE. Grayscale: #3D3D3D. Windows color (decimal): -16034991 or 5329675. OLE color: 5329675.
HSL color Cylindrical-coordinate representation of color #0B5351: hue angle of 178.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5351 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 81 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.67 |
| HSL | 178.33º | 0.77% | 0.18% | - |
| HSV(B) | 178.33º | 0.87% | 0.33% | - |
| XYZ | 4.72 | 6.85 | 8.86 | - |
| YUV | 61.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 81 | 0.87 | 0 | 0.02 | 0.67 | 178.33 | 0.77 | 0.18 |
| Hex | B | 53 | 51 | 57 | 0 | 2 | 43 | B2 | 4D | 12 |
| Octal | 13 | 123 | 121 | 127 | 0 | 2 | 103 | 262 | 115 | 22 |
| Binary | 1011 | 1010011 | 1010001 | 1010111 | 0 | 10 | 1000011 | 10110010 | 1001101 | 10010 |
Color Harmonies of #0B5351
Complementary color
Monochromatic Colors of #0B5351
Black with #0B5351
Text Example
Text Example
White with #0B5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5351; }
p { color: rgb(11,83,81); }
H1.HeaderClassName
{
color: #0B5351;
}
.AnyTagClassName
{
color: #0B5351;
}
</style>
background-color css
<style>
a { background-color: #0B5351; }
a { background-color: rgb(11,83,81); }
div.DivClassName
{
background-color: #0B5351;
}
.BgClassName
{
background-color: #0B5351;
}
</style>
border-color css
<style>
span { border-color: #0B5351; }
span { border-color: rgb(11,83,81); }
td.TdClassName
{
border-color: #0B5351;
}
.TagClassName
{
border-color: #0B5351;
}
</style>