Shades of Sherpa Blue #0B535B
Tints of Sherpa Blue #0B535B
RGB
CMYK
RGB Variations
Color information
#0B535B (or 0x0B535B) is known color: Sherpa Blue. HEX triplet: 0B, 53 and 5B. RGB value is (11,83,91). Sum of RGB (Red+Green+Blue) = 11+83+91=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B535B is #F4ACA4. Grayscale: #3E3E3E. Windows color (decimal): -16034981 or 5985035. OLE color: 5985035.
HSL color Cylindrical-coordinate representation of color #0B535B: hue angle of 186º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B535B is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 83 | 91 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.64 |
| HSL | 186º | 0.78% | 0.2% | - |
| HSV(B) | 186º | 0.88% | 0.36% | - |
| XYZ | 5.12 | 7.01 | 10.98 | - |
| YUV | 62.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 91 | 0.88 | 0.09 | 0 | 0.64 | 186 | 0.78 | 0.2 |
| Hex | B | 53 | 5B | 58 | 9 | 0 | 40 | BA | 4E | 14 |
| Octal | 13 | 123 | 133 | 130 | 11 | 0 | 100 | 272 | 116 | 24 |
| Binary | 1011 | 1010011 | 1011011 | 1011000 | 1001 | 0 | 1000000 | 10111010 | 1001110 | 10100 |
Color Harmonies of #0B535B
Complementary color
Monochromatic Colors of #0B535B
Black with #0B535B
Text Example
Text Example
White with #0B535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B535B; }
p { color: rgb(11,83,91); }
H1.HeaderClassName
{
color: #0B535B;
}
.AnyTagClassName
{
color: #0B535B;
}
</style>
background-color css
<style>
a { background-color: #0B535B; }
a { background-color: rgb(11,83,91); }
div.DivClassName
{
background-color: #0B535B;
}
.BgClassName
{
background-color: #0B535B;
}
</style>
border-color css
<style>
span { border-color: #0B535B; }
span { border-color: rgb(11,83,91); }
td.TdClassName
{
border-color: #0B535B;
}
.TagClassName
{
border-color: #0B535B;
}
</style>