Shades of Sherpa Blue #0B4658
Tints of Sherpa Blue #0B4658
RGB
CMYK
RGB Variations
Color information
#0B4658 (or 0x0B4658) is known color: Sherpa Blue. HEX triplet: 0B, 46 and 58. RGB value is (11,70,88). Sum of RGB (Red+Green+Blue) = 11+70+88=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4658 is #F4B9A7. Grayscale: #363636. Windows color (decimal): -16038312 or 5785099. OLE color: 5785099.
HSL color Cylindrical-coordinate representation of color #0B4658: hue angle of 194.03º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4658 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 70 | 88 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.65 |
| HSL | 194.03º | 0.78% | 0.19% | - |
| HSV(B) | 194.03º | 0.88% | 0.35% | - |
| XYZ | 4.09 | 5.16 | 10.01 | - |
| YUV | 54.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 70 | 88 | 0.88 | 0.20 | 0 | 0.65 | 194.03 | 0.78 | 0.19 |
| Hex | B | 46 | 58 | 58 | 14 | 0 | 41 | C2 | 4E | 13 |
| Octal | 13 | 106 | 130 | 130 | 24 | 0 | 101 | 302 | 116 | 23 |
| Binary | 1011 | 1000110 | 1011000 | 1011000 | 10100 | 0 | 1000001 | 11000010 | 1001110 | 10011 |
Color Harmonies of #0B4658
Complementary color
Monochromatic Colors of #0B4658
Black with #0B4658
Text Example
Text Example
White with #0B4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4658; }
p { color: rgb(11,70,88); }
H1.HeaderClassName
{
color: #0B4658;
}
.AnyTagClassName
{
color: #0B4658;
}
</style>
background-color css
<style>
a { background-color: #0B4658; }
a { background-color: rgb(11,70,88); }
div.DivClassName
{
background-color: #0B4658;
}
.BgClassName
{
background-color: #0B4658;
}
</style>
border-color css
<style>
span { border-color: #0B4658; }
span { border-color: rgb(11,70,88); }
td.TdClassName
{
border-color: #0B4658;
}
.TagClassName
{
border-color: #0B4658;
}
</style>