Shades of Sherpa Blue #0C4D50
Tints of Sherpa Blue #0C4D50
RGB
CMYK
RGB Variations
Color information
#0C4D50 (or 0x0C4D50) is known color: Sherpa Blue. HEX triplet: 0C, 4D and 50. RGB value is (12,77,80). Sum of RGB (Red+Green+Blue) = 12+77+80=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C4D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C4D50 is #F3B2AF. Grayscale: #393939. Windows color (decimal): -15970992 or 5262604. OLE color: 5262604.
HSL color Cylindrical-coordinate representation of color #0C4D50: hue angle of 182.65º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4D50 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 77 | 80 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.69 |
| HSL | 182.65º | 0.74% | 0.18% | - |
| HSV(B) | 182.65º | 0.85% | 0.31% | - |
| XYZ | 4.25 | 5.97 | 8.52 | - |
| YUV | 57.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 80 | 0.85 | 0.04 | 0 | 0.69 | 182.65 | 0.74 | 0.18 |
| Hex | C | 4D | 50 | 55 | 4 | 0 | 45 | B7 | 4A | 12 |
| Octal | 14 | 115 | 120 | 125 | 4 | 0 | 105 | 267 | 112 | 22 |
| Binary | 1100 | 1001101 | 1010000 | 1010101 | 100 | 0 | 1000101 | 10110111 | 1001010 | 10010 |
Color Harmonies of #0C4D50
Complementary color
Monochromatic Colors of #0C4D50
Black with #0C4D50
Text Example
Text Example
White with #0C4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4D50; }
p { color: rgb(12,77,80); }
H1.HeaderClassName
{
color: #0C4D50;
}
.AnyTagClassName
{
color: #0C4D50;
}
</style>
background-color css
<style>
a { background-color: #0C4D50; }
a { background-color: rgb(12,77,80); }
div.DivClassName
{
background-color: #0C4D50;
}
.BgClassName
{
background-color: #0C4D50;
}
</style>
border-color css
<style>
span { border-color: #0C4D50; }
span { border-color: rgb(12,77,80); }
td.TdClassName
{
border-color: #0C4D50;
}
.TagClassName
{
border-color: #0C4D50;
}
</style>