Shades of Sherpa Blue #0B3F50
Tints of Sherpa Blue #0B3F50
RGB
CMYK
RGB Variations
Color information
#0B3F50 (or 0x0B3F50) is known color: Sherpa Blue. HEX triplet: 0B, 3F and 50. RGB value is (11,63,80). Sum of RGB (Red+Green+Blue) = 11+63+80=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B3F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3F50 is #F4C0AF. Grayscale: #313131. Windows color (decimal): -16040112 or 5259019. OLE color: 5259019.
HSL color Cylindrical-coordinate representation of color #0B3F50: hue angle of 194.78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3F50 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 63 | 80 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.69 |
| HSL | 194.78º | 0.76% | 0.18% | - |
| HSV(B) | 194.78º | 0.86% | 0.31% | - |
| XYZ | 3.36 | 4.21 | 8.22 | - |
| YUV | 49.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 80 | 0.86 | 0.21 | 0 | 0.69 | 194.78 | 0.76 | 0.18 |
| Hex | B | 3F | 50 | 56 | 15 | 0 | 45 | C3 | 4C | 12 |
| Octal | 13 | 77 | 120 | 126 | 25 | 0 | 105 | 303 | 114 | 22 |
| Binary | 1011 | 111111 | 1010000 | 1010110 | 10101 | 0 | 1000101 | 11000011 | 1001100 | 10010 |
Color Harmonies of #0B3F50
Complementary color
Monochromatic Colors of #0B3F50
Black with #0B3F50
Text Example
Text Example
White with #0B3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3F50; }
p { color: rgb(11,63,80); }
H1.HeaderClassName
{
color: #0B3F50;
}
.AnyTagClassName
{
color: #0B3F50;
}
</style>
background-color css
<style>
a { background-color: #0B3F50; }
a { background-color: rgb(11,63,80); }
div.DivClassName
{
background-color: #0B3F50;
}
.BgClassName
{
background-color: #0B3F50;
}
</style>
border-color css
<style>
span { border-color: #0B3F50; }
span { border-color: rgb(11,63,80); }
td.TdClassName
{
border-color: #0B3F50;
}
.TagClassName
{
border-color: #0B3F50;
}
</style>