Shades of Sherpa Blue #0B4B57
Tints of Sherpa Blue #0B4B57
RGB
CMYK
RGB Variations
Color information
#0B4B57 (or 0x0B4B57) is known color: Sherpa Blue. HEX triplet: 0B, 4B and 57. RGB value is (11,75,87). Sum of RGB (Red+Green+Blue) = 11+75+87=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B4B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4B57 is #F4B4A8. Grayscale: #393939. Windows color (decimal): -16037033 or 5720843. OLE color: 5720843.
HSL color Cylindrical-coordinate representation of color #0B4B57: hue angle of 189.47º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B4B57 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 75 | 87 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.66 |
| HSL | 189.47º | 0.78% | 0.19% | - |
| HSV(B) | 189.47º | 0.87% | 0.34% | - |
| XYZ | 4.37 | 5.79 | 9.9 | - |
| YUV | 57.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 87 | 0.87 | 0.14 | 0 | 0.66 | 189.47 | 0.78 | 0.19 |
| Hex | B | 4B | 57 | 57 | E | 0 | 42 | BD | 4E | 13 |
| Octal | 13 | 113 | 127 | 127 | 16 | 0 | 102 | 275 | 116 | 23 |
| Binary | 1011 | 1001011 | 1010111 | 1010111 | 1110 | 0 | 1000010 | 10111101 | 1001110 | 10011 |
Color Harmonies of #0B4B57
Complementary color
Monochromatic Colors of #0B4B57
Black with #0B4B57
Text Example
Text Example
White with #0B4B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4B57; }
p { color: rgb(11,75,87); }
H1.HeaderClassName
{
color: #0B4B57;
}
.AnyTagClassName
{
color: #0B4B57;
}
</style>
background-color css
<style>
a { background-color: #0B4B57; }
a { background-color: rgb(11,75,87); }
div.DivClassName
{
background-color: #0B4B57;
}
.BgClassName
{
background-color: #0B4B57;
}
</style>
border-color css
<style>
span { border-color: #0B4B57; }
span { border-color: rgb(11,75,87); }
td.TdClassName
{
border-color: #0B4B57;
}
.TagClassName
{
border-color: #0B4B57;
}
</style>