Shades of Sherpa Blue #0C4C58
Tints of Sherpa Blue #0C4C58
RGB
CMYK
RGB Variations
Color information
#0C4C58 (or 0x0C4C58) is known color: Sherpa Blue. HEX triplet: 0C, 4C and 58. RGB value is (12,76,88). Sum of RGB (Red+Green+Blue) = 12+76+88=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C4C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4C58 is #F3B3A7. Grayscale: #3A3A3A. Windows color (decimal): -15971240 or 5786636. OLE color: 5786636.
HSL color Cylindrical-coordinate representation of color #0C4C58: hue angle of 189.47º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C4C58 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 76 | 88 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.65 |
| HSL | 189.47º | 0.76% | 0.2% | - |
| HSV(B) | 189.47º | 0.86% | 0.35% | - |
| XYZ | 4.5 | 5.95 | 10.14 | - |
| YUV | 58.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 88 | 0.86 | 0.14 | 0 | 0.65 | 189.47 | 0.76 | 0.2 |
| Hex | C | 4C | 58 | 56 | E | 0 | 41 | BD | 4C | 14 |
| Octal | 14 | 114 | 130 | 126 | 16 | 0 | 101 | 275 | 114 | 24 |
| Binary | 1100 | 1001100 | 1011000 | 1010110 | 1110 | 0 | 1000001 | 10111101 | 1001100 | 10100 |
Color Harmonies of #0C4C58
Complementary color
Monochromatic Colors of #0C4C58
Black with #0C4C58
Text Example
Text Example
White with #0C4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C58; }
p { color: rgb(12,76,88); }
H1.HeaderClassName
{
color: #0C4C58;
}
.AnyTagClassName
{
color: #0C4C58;
}
</style>
background-color css
<style>
a { background-color: #0C4C58; }
a { background-color: rgb(12,76,88); }
div.DivClassName
{
background-color: #0C4C58;
}
.BgClassName
{
background-color: #0C4C58;
}
</style>
border-color css
<style>
span { border-color: #0C4C58; }
span { border-color: rgb(12,76,88); }
td.TdClassName
{
border-color: #0C4C58;
}
.TagClassName
{
border-color: #0C4C58;
}
</style>