Shades of Sherpa Blue #0B4C5F
Tints of Sherpa Blue #0B4C5F
RGB
CMYK
RGB Variations
Color information
#0B4C5F (or 0x0B4C5F) is known color: Sherpa Blue. HEX triplet: 0B, 4C and 5F. RGB value is (11,76,95). Sum of RGB (Red+Green+Blue) = 11+76+95=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B4C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4C5F is #F4B3A0. Grayscale: #3A3A3A. Windows color (decimal): -16036769 or 6245387. OLE color: 6245387.
HSL color Cylindrical-coordinate representation of color #0B4C5F: hue angle of 193.57º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4C5F is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 76 | 95 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.63 |
| HSL | 193.57º | 0.79% | 0.21% | - |
| HSV(B) | 193.57º | 0.88% | 0.37% | - |
| XYZ | 4.79 | 6.07 | 11.75 | - |
| YUV | 58.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 76 | 95 | 0.88 | 0.20 | 0 | 0.63 | 193.57 | 0.79 | 0.21 |
| Hex | B | 4C | 5F | 58 | 14 | 0 | 3F | C2 | 4F | 15 |
| Octal | 13 | 114 | 137 | 130 | 24 | 0 | 77 | 302 | 117 | 25 |
| Binary | 1011 | 1001100 | 1011111 | 1011000 | 10100 | 0 | 111111 | 11000010 | 1001111 | 10101 |
Color Harmonies of #0B4C5F
Complementary color
Monochromatic Colors of #0B4C5F
Black with #0B4C5F
Text Example
Text Example
White with #0B4C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4C5F; }
p { color: rgb(11,76,95); }
H1.HeaderClassName
{
color: #0B4C5F;
}
.AnyTagClassName
{
color: #0B4C5F;
}
</style>
background-color css
<style>
a { background-color: #0B4C5F; }
a { background-color: rgb(11,76,95); }
div.DivClassName
{
background-color: #0B4C5F;
}
.BgClassName
{
background-color: #0B4C5F;
}
</style>
border-color css
<style>
span { border-color: #0B4C5F; }
span { border-color: rgb(11,76,95); }
td.TdClassName
{
border-color: #0B4C5F;
}
.TagClassName
{
border-color: #0B4C5F;
}
</style>