Shades of Sherpa Blue #0C5056
Tints of Sherpa Blue #0C5056
RGB
CMYK
RGB Variations
Color information
#0C5056 (or 0x0C5056) is known color: Sherpa Blue. HEX triplet: 0C, 50 and 56. RGB value is (12,80,86). Sum of RGB (Red+Green+Blue) = 12+80+86=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C5056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5056 is #F3AFA9. Grayscale: #3C3C3C. Windows color (decimal): -15970218 or 5656588. OLE color: 5656588.
HSL color Cylindrical-coordinate representation of color #0C5056: hue angle of 184.86º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5056 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 80 | 86 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.66 |
| HSL | 184.86º | 0.76% | 0.19% | - |
| HSV(B) | 184.86º | 0.86% | 0.34% | - |
| XYZ | 4.7 | 6.49 | 9.81 | - |
| YUV | 60.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 86 | 0.86 | 0.07 | 0 | 0.66 | 184.86 | 0.76 | 0.19 |
| Hex | C | 50 | 56 | 56 | 7 | 0 | 42 | B9 | 4C | 13 |
| Octal | 14 | 120 | 126 | 126 | 7 | 0 | 102 | 271 | 114 | 23 |
| Binary | 1100 | 1010000 | 1010110 | 1010110 | 111 | 0 | 1000010 | 10111001 | 1001100 | 10011 |
Color Harmonies of #0C5056
Complementary color
Monochromatic Colors of #0C5056
Black with #0C5056
Text Example
Text Example
White with #0C5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5056; }
p { color: rgb(12,80,86); }
H1.HeaderClassName
{
color: #0C5056;
}
.AnyTagClassName
{
color: #0C5056;
}
</style>
background-color css
<style>
a { background-color: #0C5056; }
a { background-color: rgb(12,80,86); }
div.DivClassName
{
background-color: #0C5056;
}
.BgClassName
{
background-color: #0C5056;
}
</style>
border-color css
<style>
span { border-color: #0C5056; }
span { border-color: rgb(12,80,86); }
td.TdClassName
{
border-color: #0C5056;
}
.TagClassName
{
border-color: #0C5056;
}
</style>