Shades of Sherpa Blue #0C4E59
Tints of Sherpa Blue #0C4E59
RGB
CMYK
RGB Variations
Color information
#0C4E59 (or 0x0C4E59) is known color: Sherpa Blue. HEX triplet: 0C, 4E and 59. RGB value is (12,78,89). Sum of RGB (Red+Green+Blue) = 12+78+89=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C4E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C4E59 is #F3B1A6. Grayscale: #3B3B3B. Windows color (decimal): -15970727 or 5852684. OLE color: 5852684.
HSL color Cylindrical-coordinate representation of color #0C4E59: hue angle of 188.57º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C4E59 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 78 | 89 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.65 |
| HSL | 188.57º | 0.76% | 0.2% | - |
| HSV(B) | 188.57º | 0.87% | 0.35% | - |
| XYZ | 4.68 | 6.25 | 10.41 | - |
| YUV | 59.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 89 | 0.87 | 0.12 | 0 | 0.65 | 188.57 | 0.76 | 0.2 |
| Hex | C | 4E | 59 | 57 | C | 0 | 41 | BD | 4C | 14 |
| Octal | 14 | 116 | 131 | 127 | 14 | 0 | 101 | 275 | 114 | 24 |
| Binary | 1100 | 1001110 | 1011001 | 1010111 | 1100 | 0 | 1000001 | 10111101 | 1001100 | 10100 |
Color Harmonies of #0C4E59
Complementary color
Monochromatic Colors of #0C4E59
Black with #0C4E59
Text Example
Text Example
White with #0C4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4E59; }
p { color: rgb(12,78,89); }
H1.HeaderClassName
{
color: #0C4E59;
}
.AnyTagClassName
{
color: #0C4E59;
}
</style>
background-color css
<style>
a { background-color: #0C4E59; }
a { background-color: rgb(12,78,89); }
div.DivClassName
{
background-color: #0C4E59;
}
.BgClassName
{
background-color: #0C4E59;
}
</style>
border-color css
<style>
span { border-color: #0C4E59; }
span { border-color: rgb(12,78,89); }
td.TdClassName
{
border-color: #0C4E59;
}
.TagClassName
{
border-color: #0C4E59;
}
</style>