Shades of Sherpa Blue #0B5453
Tints of Sherpa Blue #0B5453
RGB
CMYK
RGB Variations
Color information
#0B5453 (or 0x0B5453) is known color: Sherpa Blue. HEX triplet: 0B, 54 and 53. RGB value is (11,84,83). Sum of RGB (Red+Green+Blue) = 11+84+83=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #0B5453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5453 is #F4ABAC. Grayscale: #3D3D3D. Windows color (decimal): -16034733 or 5461003. OLE color: 5461003.
HSL color Cylindrical-coordinate representation of color #0B5453: hue angle of 179.18º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5453 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 84 | 83 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.67 |
| HSL | 179.18º | 0.77% | 0.19% | - |
| HSV(B) | 179.18º | 0.87% | 0.33% | - |
| XYZ | 4.87 | 7.04 | 9.29 | - |
| YUV | 62.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 83 | 0.87 | 0 | 0.01 | 0.67 | 179.18 | 0.77 | 0.19 |
| Hex | B | 54 | 53 | 57 | 0 | 1 | 43 | B3 | 4D | 13 |
| Octal | 13 | 124 | 123 | 127 | 0 | 1 | 103 | 263 | 115 | 23 |
| Binary | 1011 | 1010100 | 1010011 | 1010111 | 0 | 1 | 1000011 | 10110011 | 1001101 | 10011 |
Color Harmonies of #0B5453
Complementary color
Monochromatic Colors of #0B5453
Black with #0B5453
Text Example
Text Example
White with #0B5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5453; }
p { color: rgb(11,84,83); }
H1.HeaderClassName
{
color: #0B5453;
}
.AnyTagClassName
{
color: #0B5453;
}
</style>
background-color css
<style>
a { background-color: #0B5453; }
a { background-color: rgb(11,84,83); }
div.DivClassName
{
background-color: #0B5453;
}
.BgClassName
{
background-color: #0B5453;
}
</style>
border-color css
<style>
span { border-color: #0B5453; }
span { border-color: rgb(11,84,83); }
td.TdClassName
{
border-color: #0B5453;
}
.TagClassName
{
border-color: #0B5453;
}
</style>