Shades of Sherpa Blue #0B4C51
Tints of Sherpa Blue #0B4C51
RGB
CMYK
RGB Variations
Color information
#0B4C51 (or 0x0B4C51) is known color: Sherpa Blue. HEX triplet: 0B, 4C and 51. RGB value is (11,76,81). Sum of RGB (Red+Green+Blue) = 11+76+81=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B4C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4C51 is #F4B3AE. Grayscale: #393939. Windows color (decimal): -16036783 or 5327883. OLE color: 5327883.
HSL color Cylindrical-coordinate representation of color #0B4C51: hue angle of 184.29º 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 #0B4C51 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 76 | 81 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.68 |
| HSL | 184.29º | 0.76% | 0.18% | - |
| HSV(B) | 184.29º | 0.86% | 0.32% | - |
| XYZ | 4.21 | 5.83 | 8.69 | - |
| YUV | 57.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 76 | 81 | 0.86 | 0.06 | 0 | 0.68 | 184.29 | 0.76 | 0.18 |
| Hex | B | 4C | 51 | 56 | 6 | 0 | 44 | B8 | 4C | 12 |
| Octal | 13 | 114 | 121 | 126 | 6 | 0 | 104 | 270 | 114 | 22 |
| Binary | 1011 | 1001100 | 1010001 | 1010110 | 110 | 0 | 1000100 | 10111000 | 1001100 | 10010 |
Color Harmonies of #0B4C51
Complementary color
Monochromatic Colors of #0B4C51
Black with #0B4C51
Text Example
Text Example
White with #0B4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4C51; }
p { color: rgb(11,76,81); }
H1.HeaderClassName
{
color: #0B4C51;
}
.AnyTagClassName
{
color: #0B4C51;
}
</style>
background-color css
<style>
a { background-color: #0B4C51; }
a { background-color: rgb(11,76,81); }
div.DivClassName
{
background-color: #0B4C51;
}
.BgClassName
{
background-color: #0B4C51;
}
</style>
border-color css
<style>
span { border-color: #0B4C51; }
span { border-color: rgb(11,76,81); }
td.TdClassName
{
border-color: #0B4C51;
}
.TagClassName
{
border-color: #0B4C51;
}
</style>