Shades of Sherpa Blue #0B424B
Tints of Sherpa Blue #0B424B
RGB
CMYK
RGB Variations
Color information
#0B424B (or 0x0B424B) is known color: Sherpa Blue. HEX triplet: 0B, 42 and 4B. RGB value is (11,66,75). Sum of RGB (Red+Green+Blue) = 11+66+75=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B424B is #F4BDB4. Grayscale: #323232. Windows color (decimal): -16039349 or 4932107. OLE color: 4932107.
HSL color Cylindrical-coordinate representation of color #0B424B: hue angle of 188.44º 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 #0B424B is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 66 | 75 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.71 |
| HSL | 188.44º | 0.74% | 0.17% | - |
| HSV(B) | 188.44º | 0.85% | 0.29% | - |
| XYZ | 3.36 | 4.48 | 7.34 | - |
| YUV | 50.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 75 | 0.85 | 0.12 | 0 | 0.71 | 188.44 | 0.74 | 0.17 |
| Hex | B | 42 | 4B | 55 | C | 0 | 47 | BC | 4A | 11 |
| Octal | 13 | 102 | 113 | 125 | 14 | 0 | 107 | 274 | 112 | 21 |
| Binary | 1011 | 1000010 | 1001011 | 1010101 | 1100 | 0 | 1000111 | 10111100 | 1001010 | 10001 |
Color Harmonies of #0B424B
Complementary color
Monochromatic Colors of #0B424B
Black with #0B424B
Text Example
Text Example
White with #0B424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B424B; }
p { color: rgb(11,66,75); }
H1.HeaderClassName
{
color: #0B424B;
}
.AnyTagClassName
{
color: #0B424B;
}
</style>
background-color css
<style>
a { background-color: #0B424B; }
a { background-color: rgb(11,66,75); }
div.DivClassName
{
background-color: #0B424B;
}
.BgClassName
{
background-color: #0B424B;
}
</style>
border-color css
<style>
span { border-color: #0B424B; }
span { border-color: rgb(11,66,75); }
td.TdClassName
{
border-color: #0B424B;
}
.TagClassName
{
border-color: #0B424B;
}
</style>