Shades of Sherpa Blue #0B434B
Tints of Sherpa Blue #0B434B
RGB
CMYK
RGB Variations
Color information
#0B434B (or 0x0B434B) is known color: Sherpa Blue. HEX triplet: 0B, 43 and 4B. RGB value is (11,67,75). Sum of RGB (Red+Green+Blue) = 11+67+75=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B434B is #F4BCB4. Grayscale: #333333. Windows color (decimal): -16039093 or 4932363. OLE color: 4932363.
HSL color Cylindrical-coordinate representation of color #0B434B: hue angle of 187.5º 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 #0B434B is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 67 | 75 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.71 |
| HSL | 187.5º | 0.74% | 0.17% | - |
| HSV(B) | 187.5º | 0.85% | 0.29% | - |
| XYZ | 3.42 | 4.59 | 7.36 | - |
| YUV | 51.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 75 | 0.85 | 0.11 | 0 | 0.71 | 187.5 | 0.74 | 0.17 |
| Hex | B | 43 | 4B | 55 | B | 0 | 47 | BC | 4A | 11 |
| Octal | 13 | 103 | 113 | 125 | 13 | 0 | 107 | 274 | 112 | 21 |
| Binary | 1011 | 1000011 | 1001011 | 1010101 | 1011 | 0 | 1000111 | 10111100 | 1001010 | 10001 |
Color Harmonies of #0B434B
Complementary color
Monochromatic Colors of #0B434B
Black with #0B434B
Text Example
Text Example
White with #0B434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B434B; }
p { color: rgb(11,67,75); }
H1.HeaderClassName
{
color: #0B434B;
}
.AnyTagClassName
{
color: #0B434B;
}
</style>
background-color css
<style>
a { background-color: #0B434B; }
a { background-color: rgb(11,67,75); }
div.DivClassName
{
background-color: #0B434B;
}
.BgClassName
{
background-color: #0B434B;
}
</style>
border-color css
<style>
span { border-color: #0B434B; }
span { border-color: rgb(11,67,75); }
td.TdClassName
{
border-color: #0B434B;
}
.TagClassName
{
border-color: #0B434B;
}
</style>