Shades of Sherpa Blue #0B4151
Tints of Sherpa Blue #0B4151
RGB
CMYK
RGB Variations
Color information
#0B4151 (or 0x0B4151) is known color: Sherpa Blue. HEX triplet: 0B, 41 and 51. RGB value is (11,65,81). Sum of RGB (Red+Green+Blue) = 11+65+81=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B4151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4151 is #F4BEAE. Grayscale: #323232. Windows color (decimal): -16039599 or 5325067. OLE color: 5325067.
HSL color Cylindrical-coordinate representation of color #0B4151: hue angle of 193.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4151 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 65 | 81 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.68 |
| HSL | 193.71º | 0.76% | 0.18% | - |
| HSV(B) | 193.71º | 0.86% | 0.32% | - |
| XYZ | 3.51 | 4.45 | 8.46 | - |
| YUV | 50.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 81 | 0.86 | 0.20 | 0 | 0.68 | 193.71 | 0.76 | 0.18 |
| Hex | B | 41 | 51 | 56 | 14 | 0 | 44 | C2 | 4C | 12 |
| Octal | 13 | 101 | 121 | 126 | 24 | 0 | 104 | 302 | 114 | 22 |
| Binary | 1011 | 1000001 | 1010001 | 1010110 | 10100 | 0 | 1000100 | 11000010 | 1001100 | 10010 |
Color Harmonies of #0B4151
Complementary color
Monochromatic Colors of #0B4151
Black with #0B4151
Text Example
Text Example
White with #0B4151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4151; }
p { color: rgb(11,65,81); }
H1.HeaderClassName
{
color: #0B4151;
}
.AnyTagClassName
{
color: #0B4151;
}
</style>
background-color css
<style>
a { background-color: #0B4151; }
a { background-color: rgb(11,65,81); }
div.DivClassName
{
background-color: #0B4151;
}
.BgClassName
{
background-color: #0B4151;
}
</style>
border-color css
<style>
span { border-color: #0B4151; }
span { border-color: rgb(11,65,81); }
td.TdClassName
{
border-color: #0B4151;
}
.TagClassName
{
border-color: #0B4151;
}
</style>