Shades of Sherpa Blue #0C525B
Tints of Sherpa Blue #0C525B
RGB
CMYK
RGB Variations
Color information
#0C525B (or 0x0C525B) is known color: Sherpa Blue. HEX triplet: 0C, 52 and 5B. RGB value is (12,82,91). Sum of RGB (Red+Green+Blue) = 12+82+91=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C525B is #F3ADA4. Grayscale: #3D3D3D. Windows color (decimal): -15969701 or 5984780. OLE color: 5984780.
HSL color Cylindrical-coordinate representation of color #0C525B: hue angle of 186.84º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C525B is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 82 | 91 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.64 |
| HSL | 186.84º | 0.77% | 0.2% | - |
| HSV(B) | 186.84º | 0.87% | 0.36% | - |
| XYZ | 5.06 | 6.87 | 10.96 | - |
| YUV | 62.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 91 | 0.87 | 0.10 | 0 | 0.64 | 186.84 | 0.77 | 0.2 |
| Hex | C | 52 | 5B | 57 | A | 0 | 40 | BB | 4D | 14 |
| Octal | 14 | 122 | 133 | 127 | 12 | 0 | 100 | 273 | 115 | 24 |
| Binary | 1100 | 1010010 | 1011011 | 1010111 | 1010 | 0 | 1000000 | 10111011 | 1001101 | 10100 |
Color Harmonies of #0C525B
Complementary color
Monochromatic Colors of #0C525B
Black with #0C525B
Text Example
Text Example
White with #0C525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C525B; }
p { color: rgb(12,82,91); }
H1.HeaderClassName
{
color: #0C525B;
}
.AnyTagClassName
{
color: #0C525B;
}
</style>
background-color css
<style>
a { background-color: #0C525B; }
a { background-color: rgb(12,82,91); }
div.DivClassName
{
background-color: #0C525B;
}
.BgClassName
{
background-color: #0C525B;
}
</style>
border-color css
<style>
span { border-color: #0C525B; }
span { border-color: rgb(12,82,91); }
td.TdClassName
{
border-color: #0C525B;
}
.TagClassName
{
border-color: #0C525B;
}
</style>