Shades of Sherpa Blue #0C4E55
Tints of Sherpa Blue #0C4E55
RGB
CMYK
RGB Variations
Color information
#0C4E55 (or 0x0C4E55) is known color: Sherpa Blue. HEX triplet: 0C, 4E and 55. RGB value is (12,78,85). Sum of RGB (Red+Green+Blue) = 12+78+85=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C4E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C4E55 is #F3B1AA. Grayscale: #3A3A3A. Windows color (decimal): -15970731 or 5590540. OLE color: 5590540.
HSL color Cylindrical-coordinate representation of color #0C4E55: hue angle of 185.75º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C4E55 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 78 | 85 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.67 |
| HSL | 185.75º | 0.75% | 0.19% | - |
| HSV(B) | 185.75º | 0.86% | 0.33% | - |
| XYZ | 4.52 | 6.18 | 9.55 | - |
| YUV | 59.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 85 | 0.86 | 0.08 | 0 | 0.67 | 185.75 | 0.75 | 0.19 |
| Hex | C | 4E | 55 | 56 | 8 | 0 | 43 | BA | 4B | 13 |
| Octal | 14 | 116 | 125 | 126 | 10 | 0 | 103 | 272 | 113 | 23 |
| Binary | 1100 | 1001110 | 1010101 | 1010110 | 1000 | 0 | 1000011 | 10111010 | 1001011 | 10011 |
Color Harmonies of #0C4E55
Complementary color
Monochromatic Colors of #0C4E55
Black with #0C4E55
Text Example
Text Example
White with #0C4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4E55; }
p { color: rgb(12,78,85); }
H1.HeaderClassName
{
color: #0C4E55;
}
.AnyTagClassName
{
color: #0C4E55;
}
</style>
background-color css
<style>
a { background-color: #0C4E55; }
a { background-color: rgb(12,78,85); }
div.DivClassName
{
background-color: #0C4E55;
}
.BgClassName
{
background-color: #0C4E55;
}
</style>
border-color css
<style>
span { border-color: #0C4E55; }
span { border-color: rgb(12,78,85); }
td.TdClassName
{
border-color: #0C4E55;
}
.TagClassName
{
border-color: #0C4E55;
}
</style>