Shades of Sherpa Blue #0B525C
Tints of Sherpa Blue #0B525C
RGB
CMYK
RGB Variations
Color information
#0B525C (or 0x0B525C) is known color: Sherpa Blue. HEX triplet: 0B, 52 and 5C. RGB value is (11,82,92). Sum of RGB (Red+Green+Blue) = 11+82+92=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B525C is #F4ADA3. Grayscale: #3D3D3D. Windows color (decimal): -16035236 or 6050315. OLE color: 6050315.
HSL color Cylindrical-coordinate representation of color #0B525C: hue angle of 187.41º 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 #0B525C is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 82 | 92 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.64 |
| HSL | 187.41º | 0.79% | 0.2% | - |
| HSV(B) | 187.41º | 0.88% | 0.36% | - |
| XYZ | 5.09 | 6.88 | 11.18 | - |
| YUV | 61.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 92 | 0.88 | 0.11 | 0 | 0.64 | 187.41 | 0.79 | 0.2 |
| Hex | B | 52 | 5C | 58 | B | 0 | 40 | BB | 4F | 14 |
| Octal | 13 | 122 | 134 | 130 | 13 | 0 | 100 | 273 | 117 | 24 |
| Binary | 1011 | 1010010 | 1011100 | 1011000 | 1011 | 0 | 1000000 | 10111011 | 1001111 | 10100 |
Color Harmonies of #0B525C
Complementary color
Monochromatic Colors of #0B525C
Black with #0B525C
Text Example
Text Example
White with #0B525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B525C; }
p { color: rgb(11,82,92); }
H1.HeaderClassName
{
color: #0B525C;
}
.AnyTagClassName
{
color: #0B525C;
}
</style>
background-color css
<style>
a { background-color: #0B525C; }
a { background-color: rgb(11,82,92); }
div.DivClassName
{
background-color: #0B525C;
}
.BgClassName
{
background-color: #0B525C;
}
</style>
border-color css
<style>
span { border-color: #0B525C; }
span { border-color: rgb(11,82,92); }
td.TdClassName
{
border-color: #0B525C;
}
.TagClassName
{
border-color: #0B525C;
}
</style>