Shades of Sherpa Blue #0B5259
Tints of Sherpa Blue #0B5259
RGB
CMYK
RGB Variations
Color information
#0B5259 (or 0x0B5259) is known color: Sherpa Blue. HEX triplet: 0B, 52 and 59. RGB value is (11,82,89). Sum of RGB (Red+Green+Blue) = 11+82+89=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B5259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5259 is #F4ADA6. Grayscale: #3D3D3D. Windows color (decimal): -16035239 or 5853707. OLE color: 5853707.
HSL color Cylindrical-coordinate representation of color #0B5259: hue angle of 185.38º 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 #0B5259 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 82 | 89 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.65 |
| HSL | 185.38º | 0.78% | 0.2% | - |
| HSV(B) | 185.38º | 0.88% | 0.35% | - |
| XYZ | 4.96 | 6.83 | 10.51 | - |
| YUV | 61.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 89 | 0.88 | 0.08 | 0 | 0.65 | 185.38 | 0.78 | 0.2 |
| Hex | B | 52 | 59 | 58 | 8 | 0 | 41 | B9 | 4E | 14 |
| Octal | 13 | 122 | 131 | 130 | 10 | 0 | 101 | 271 | 116 | 24 |
| Binary | 1011 | 1010010 | 1011001 | 1011000 | 1000 | 0 | 1000001 | 10111001 | 1001110 | 10100 |
Color Harmonies of #0B5259
Complementary color
Monochromatic Colors of #0B5259
Black with #0B5259
Text Example
Text Example
White with #0B5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5259; }
p { color: rgb(11,82,89); }
H1.HeaderClassName
{
color: #0B5259;
}
.AnyTagClassName
{
color: #0B5259;
}
</style>
background-color css
<style>
a { background-color: #0B5259; }
a { background-color: rgb(11,82,89); }
div.DivClassName
{
background-color: #0B5259;
}
.BgClassName
{
background-color: #0B5259;
}
</style>
border-color css
<style>
span { border-color: #0B5259; }
span { border-color: rgb(11,82,89); }
td.TdClassName
{
border-color: #0B5259;
}
.TagClassName
{
border-color: #0B5259;
}
</style>