Shades of Sherpa Blue #0B4C58
Tints of Sherpa Blue #0B4C58
RGB
CMYK
RGB Variations
Color information
#0B4C58 (or 0x0B4C58) is known color: Sherpa Blue. HEX triplet: 0B, 4C and 58. RGB value is (11,76,88). Sum of RGB (Red+Green+Blue) = 11+76+88=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4C58 is #F4B3A7. Grayscale: #393939. Windows color (decimal): -16036776 or 5786635. OLE color: 5786635.
HSL color Cylindrical-coordinate representation of color #0B4C58: hue angle of 189.35º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4C58 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 76 | 88 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.65 |
| HSL | 189.35º | 0.78% | 0.19% | - |
| HSV(B) | 189.35º | 0.88% | 0.35% | - |
| XYZ | 4.48 | 5.94 | 10.14 | - |
| YUV | 57.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 76 | 88 | 0.88 | 0.14 | 0 | 0.65 | 189.35 | 0.78 | 0.19 |
| Hex | B | 4C | 58 | 58 | E | 0 | 41 | BD | 4E | 13 |
| Octal | 13 | 114 | 130 | 130 | 16 | 0 | 101 | 275 | 116 | 23 |
| Binary | 1011 | 1001100 | 1011000 | 1011000 | 1110 | 0 | 1000001 | 10111101 | 1001110 | 10011 |
Color Harmonies of #0B4C58
Complementary color
Monochromatic Colors of #0B4C58
Black with #0B4C58
Text Example
Text Example
White with #0B4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4C58; }
p { color: rgb(11,76,88); }
H1.HeaderClassName
{
color: #0B4C58;
}
.AnyTagClassName
{
color: #0B4C58;
}
</style>
background-color css
<style>
a { background-color: #0B4C58; }
a { background-color: rgb(11,76,88); }
div.DivClassName
{
background-color: #0B4C58;
}
.BgClassName
{
background-color: #0B4C58;
}
</style>
border-color css
<style>
span { border-color: #0B4C58; }
span { border-color: rgb(11,76,88); }
td.TdClassName
{
border-color: #0B4C58;
}
.TagClassName
{
border-color: #0B4C58;
}
</style>