Shades of Sherpa Blue #0B515A
Tints of Sherpa Blue #0B515A
RGB
CMYK
RGB Variations
Color information
#0B515A (or 0x0B515A) is known color: Sherpa Blue. HEX triplet: 0B, 51 and 5A. RGB value is (11,81,90). Sum of RGB (Red+Green+Blue) = 11+81+90=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B515A is #F4AEA5. Grayscale: #3C3C3C. Windows color (decimal): -16035494 or 5918987. OLE color: 5918987.
HSL color Cylindrical-coordinate representation of color #0B515A: hue angle of 186.84º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B515A is Cyan = 0.88, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 81 | 90 | - |
| CMYK | 0.88 | 0.1 | 0 | 0.65 |
| HSL | 186.84º | 0.78% | 0.2% | - |
| HSV(B) | 186.84º | 0.88% | 0.35% | - |
| XYZ | 4.93 | 6.69 | 10.71 | - |
| YUV | 61.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 90 | 0.88 | 0.1 | 0 | 0.65 | 186.84 | 0.78 | 0.2 |
| Hex | B | 51 | 5A | 58 | A | 0 | 41 | BB | 4E | 14 |
| Octal | 13 | 121 | 132 | 130 | 12 | 0 | 101 | 273 | 116 | 24 |
| Binary | 1011 | 1010001 | 1011010 | 1011000 | 1010 | 0 | 1000001 | 10111011 | 1001110 | 10100 |
Color Harmonies of #0B515A
Complementary color
Monochromatic Colors of #0B515A
Black with #0B515A
Text Example
Text Example
White with #0B515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B515A; }
p { color: rgb(11,81,90); }
H1.HeaderClassName
{
color: #0B515A;
}
.AnyTagClassName
{
color: #0B515A;
}
</style>
background-color css
<style>
a { background-color: #0B515A; }
a { background-color: rgb(11,81,90); }
div.DivClassName
{
background-color: #0B515A;
}
.BgClassName
{
background-color: #0B515A;
}
</style>
border-color css
<style>
span { border-color: #0B515A; }
span { border-color: rgb(11,81,90); }
td.TdClassName
{
border-color: #0B515A;
}
.TagClassName
{
border-color: #0B515A;
}
</style>