Shades of Sherpa Blue #0B3F4A
Tints of Sherpa Blue #0B3F4A
RGB
CMYK
RGB Variations
Color information
#0B3F4A (or 0x0B3F4A) is known color: Sherpa Blue. HEX triplet: 0B, 3F and 4A. RGB value is (11,63,74). Sum of RGB (Red+Green+Blue) = 11+63+74=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B3F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F4A is #F4C0B5. Grayscale: #303030. Windows color (decimal): -16040118 or 4865803. OLE color: 4865803.
HSL color Cylindrical-coordinate representation of color #0B3F4A: hue angle of 190.48º 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 #0B3F4A is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 63 | 74 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.71 |
| HSL | 190.48º | 0.74% | 0.17% | - |
| HSV(B) | 190.48º | 0.85% | 0.29% | - |
| XYZ | 3.15 | 4.12 | 7.11 | - |
| YUV | 48.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 74 | 0.85 | 0.15 | 0 | 0.71 | 190.48 | 0.74 | 0.17 |
| Hex | B | 3F | 4A | 55 | F | 0 | 47 | BE | 4A | 11 |
| Octal | 13 | 77 | 112 | 125 | 17 | 0 | 107 | 276 | 112 | 21 |
| Binary | 1011 | 111111 | 1001010 | 1010101 | 1111 | 0 | 1000111 | 10111110 | 1001010 | 10001 |
Color Harmonies of #0B3F4A
Complementary color
Monochromatic Colors of #0B3F4A
Black with #0B3F4A
Text Example
Text Example
White with #0B3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3F4A; }
p { color: rgb(11,63,74); }
H1.HeaderClassName
{
color: #0B3F4A;
}
.AnyTagClassName
{
color: #0B3F4A;
}
</style>
background-color css
<style>
a { background-color: #0B3F4A; }
a { background-color: rgb(11,63,74); }
div.DivClassName
{
background-color: #0B3F4A;
}
.BgClassName
{
background-color: #0B3F4A;
}
</style>
border-color css
<style>
span { border-color: #0B3F4A; }
span { border-color: rgb(11,63,74); }
td.TdClassName
{
border-color: #0B3F4A;
}
.TagClassName
{
border-color: #0B3F4A;
}
</style>