Shades of Sherpa Blue #0B3B4B
Tints of Sherpa Blue #0B3B4B
RGB
CMYK
RGB Variations
Color information
#0B3B4B (or 0x0B3B4B) is known color: Sherpa Blue. HEX triplet: 0B, 3B and 4B. RGB value is (11,59,75). Sum of RGB (Red+Green+Blue) = 11+59+75=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B3B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3B4B is #F4C4B4. Grayscale: #2E2E2E. Windows color (decimal): -16041141 or 4930315. OLE color: 4930315.
HSL color Cylindrical-coordinate representation of color #0B3B4B: hue angle of 195º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B3B4B is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 59 | 75 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.71 |
| HSL | 195º | 0.74% | 0.17% | - |
| HSV(B) | 195º | 0.85% | 0.29% | - |
| XYZ | 2.97 | 3.71 | 7.22 | - |
| YUV | 46.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 75 | 0.85 | 0.21 | 0 | 0.71 | 195 | 0.74 | 0.17 |
| Hex | B | 3B | 4B | 55 | 15 | 0 | 47 | C3 | 4A | 11 |
| Octal | 13 | 73 | 113 | 125 | 25 | 0 | 107 | 303 | 112 | 21 |
| Binary | 1011 | 111011 | 1001011 | 1010101 | 10101 | 0 | 1000111 | 11000011 | 1001010 | 10001 |
Color Harmonies of #0B3B4B
Complementary color
Monochromatic Colors of #0B3B4B
Black with #0B3B4B
Text Example
Text Example
White with #0B3B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3B4B; }
p { color: rgb(11,59,75); }
H1.HeaderClassName
{
color: #0B3B4B;
}
.AnyTagClassName
{
color: #0B3B4B;
}
</style>
background-color css
<style>
a { background-color: #0B3B4B; }
a { background-color: rgb(11,59,75); }
div.DivClassName
{
background-color: #0B3B4B;
}
.BgClassName
{
background-color: #0B3B4B;
}
</style>
border-color css
<style>
span { border-color: #0B3B4B; }
span { border-color: rgb(11,59,75); }
td.TdClassName
{
border-color: #0B3B4B;
}
.TagClassName
{
border-color: #0B3B4B;
}
</style>