Shades of Sherpa Blue #0B414B
Tints of Sherpa Blue #0B414B
RGB
CMYK
RGB Variations
Color information
#0B414B (or 0x0B414B) is known color: Sherpa Blue. HEX triplet: 0B, 41 and 4B. RGB value is (11,65,75). Sum of RGB (Red+Green+Blue) = 11+65+75=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B414B is #F4BEB4. Grayscale: #313131. Windows color (decimal): -16039605 or 4931851. OLE color: 4931851.
HSL color Cylindrical-coordinate representation of color #0B414B: hue angle of 189.38º 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 #0B414B is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 65 | 75 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.71 |
| HSL | 189.38º | 0.74% | 0.17% | - |
| HSV(B) | 189.38º | 0.85% | 0.29% | - |
| XYZ | 3.3 | 4.36 | 7.32 | - |
| YUV | 49.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 75 | 0.85 | 0.13 | 0 | 0.71 | 189.38 | 0.74 | 0.17 |
| Hex | B | 41 | 4B | 55 | D | 0 | 47 | BD | 4A | 11 |
| Octal | 13 | 101 | 113 | 125 | 15 | 0 | 107 | 275 | 112 | 21 |
| Binary | 1011 | 1000001 | 1001011 | 1010101 | 1101 | 0 | 1000111 | 10111101 | 1001010 | 10001 |
Color Harmonies of #0B414B
Complementary color
Monochromatic Colors of #0B414B
Black with #0B414B
Text Example
Text Example
White with #0B414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B414B; }
p { color: rgb(11,65,75); }
H1.HeaderClassName
{
color: #0B414B;
}
.AnyTagClassName
{
color: #0B414B;
}
</style>
background-color css
<style>
a { background-color: #0B414B; }
a { background-color: rgb(11,65,75); }
div.DivClassName
{
background-color: #0B414B;
}
.BgClassName
{
background-color: #0B414B;
}
</style>
border-color css
<style>
span { border-color: #0B414B; }
span { border-color: rgb(11,65,75); }
td.TdClassName
{
border-color: #0B414B;
}
.TagClassName
{
border-color: #0B414B;
}
</style>