Shades of Sherpa Blue #0C4B58
Tints of Sherpa Blue #0C4B58
RGB
CMYK
RGB Variations
Color information
#0C4B58 (or 0x0C4B58) is known color: Sherpa Blue. HEX triplet: 0C, 4B and 58. RGB value is (12,75,88). Sum of RGB (Red+Green+Blue) = 12+75+88=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C4B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4B58 is #F3B4A7. Grayscale: #393939. Windows color (decimal): -15971496 or 5786380. OLE color: 5786380.
HSL color Cylindrical-coordinate representation of color #0C4B58: hue angle of 190.26º 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 #0C4B58 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 75 | 88 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.65 |
| HSL | 190.26º | 0.76% | 0.2% | - |
| HSV(B) | 190.26º | 0.86% | 0.35% | - |
| XYZ | 4.43 | 5.81 | 10.12 | - |
| YUV | 57.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 88 | 0.86 | 0.15 | 0 | 0.65 | 190.26 | 0.76 | 0.2 |
| Hex | C | 4B | 58 | 56 | F | 0 | 41 | BE | 4C | 14 |
| Octal | 14 | 113 | 130 | 126 | 17 | 0 | 101 | 276 | 114 | 24 |
| Binary | 1100 | 1001011 | 1011000 | 1010110 | 1111 | 0 | 1000001 | 10111110 | 1001100 | 10100 |
Color Harmonies of #0C4B58
Complementary color
Monochromatic Colors of #0C4B58
Black with #0C4B58
Text Example
Text Example
White with #0C4B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B58; }
p { color: rgb(12,75,88); }
H1.HeaderClassName
{
color: #0C4B58;
}
.AnyTagClassName
{
color: #0C4B58;
}
</style>
background-color css
<style>
a { background-color: #0C4B58; }
a { background-color: rgb(12,75,88); }
div.DivClassName
{
background-color: #0C4B58;
}
.BgClassName
{
background-color: #0C4B58;
}
</style>
border-color css
<style>
span { border-color: #0C4B58; }
span { border-color: rgb(12,75,88); }
td.TdClassName
{
border-color: #0C4B58;
}
.TagClassName
{
border-color: #0C4B58;
}
</style>