Shades of Sherpa Blue #0B4350
Tints of Sherpa Blue #0B4350
RGB
CMYK
RGB Variations
Color information
#0B4350 (or 0x0B4350) is known color: Sherpa Blue. HEX triplet: 0B, 43 and 50. RGB value is (11,67,80). Sum of RGB (Red+Green+Blue) = 11+67+80=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B4350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4350 is #F4BCAF. Grayscale: #333333. Windows color (decimal): -16039088 or 5260043. OLE color: 5260043.
HSL color Cylindrical-coordinate representation of color #0B4350: hue angle of 191.3º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4350 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 67 | 80 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.69 |
| HSL | 191.3º | 0.76% | 0.18% | - |
| HSV(B) | 191.3º | 0.86% | 0.31% | - |
| XYZ | 3.59 | 4.66 | 8.3 | - |
| YUV | 51.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 80 | 0.86 | 0.16 | 0 | 0.69 | 191.3 | 0.76 | 0.18 |
| Hex | B | 43 | 50 | 56 | 10 | 0 | 45 | BF | 4C | 12 |
| Octal | 13 | 103 | 120 | 126 | 20 | 0 | 105 | 277 | 114 | 22 |
| Binary | 1011 | 1000011 | 1010000 | 1010110 | 10000 | 0 | 1000101 | 10111111 | 1001100 | 10010 |
Color Harmonies of #0B4350
Complementary color
Monochromatic Colors of #0B4350
Black with #0B4350
Text Example
Text Example
White with #0B4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4350; }
p { color: rgb(11,67,80); }
H1.HeaderClassName
{
color: #0B4350;
}
.AnyTagClassName
{
color: #0B4350;
}
</style>
background-color css
<style>
a { background-color: #0B4350; }
a { background-color: rgb(11,67,80); }
div.DivClassName
{
background-color: #0B4350;
}
.BgClassName
{
background-color: #0B4350;
}
</style>
border-color css
<style>
span { border-color: #0B4350; }
span { border-color: rgb(11,67,80); }
td.TdClassName
{
border-color: #0B4350;
}
.TagClassName
{
border-color: #0B4350;
}
</style>