Shades of Sherpa Blue #0B505C
Tints of Sherpa Blue #0B505C
RGB
CMYK
RGB Variations
Color information
#0B505C (or 0x0B505C) is known color: Sherpa Blue. HEX triplet: 0B, 50 and 5C. RGB value is (11,80,92). Sum of RGB (Red+Green+Blue) = 11+80+92=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B505C is #F4AFA3. Grayscale: #3C3C3C. Windows color (decimal): -16035748 or 6049803. OLE color: 6049803.
HSL color Cylindrical-coordinate representation of color #0B505C: hue angle of 188.89º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B505C is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 80 | 92 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.64 |
| HSL | 188.89º | 0.79% | 0.2% | - |
| HSV(B) | 188.89º | 0.88% | 0.36% | - |
| XYZ | 4.94 | 6.58 | 11.14 | - |
| YUV | 60.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 92 | 0.88 | 0.13 | 0 | 0.64 | 188.89 | 0.79 | 0.2 |
| Hex | B | 50 | 5C | 58 | D | 0 | 40 | BD | 4F | 14 |
| Octal | 13 | 120 | 134 | 130 | 15 | 0 | 100 | 275 | 117 | 24 |
| Binary | 1011 | 1010000 | 1011100 | 1011000 | 1101 | 0 | 1000000 | 10111101 | 1001111 | 10100 |
Color Harmonies of #0B505C
Complementary color
Monochromatic Colors of #0B505C
Black with #0B505C
Text Example
Text Example
White with #0B505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B505C; }
p { color: rgb(11,80,92); }
H1.HeaderClassName
{
color: #0B505C;
}
.AnyTagClassName
{
color: #0B505C;
}
</style>
background-color css
<style>
a { background-color: #0B505C; }
a { background-color: rgb(11,80,92); }
div.DivClassName
{
background-color: #0B505C;
}
.BgClassName
{
background-color: #0B505C;
}
</style>
border-color css
<style>
span { border-color: #0B505C; }
span { border-color: rgb(11,80,92); }
td.TdClassName
{
border-color: #0B505C;
}
.TagClassName
{
border-color: #0B505C;
}
</style>