Shades of Sherpa Blue #0C4151
Tints of Sherpa Blue #0C4151
RGB
CMYK
RGB Variations
Color information
#0C4151 (or 0x0C4151) is known color: Sherpa Blue. HEX triplet: 0C, 41 and 51. RGB value is (12,65,81). Sum of RGB (Red+Green+Blue) = 12+65+81=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C4151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4151 is #F3BEAE. Grayscale: #323232. Windows color (decimal): -15974063 or 5325068. OLE color: 5325068.
HSL color Cylindrical-coordinate representation of color #0C4151: hue angle of 193.91º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4151 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 65 | 81 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.68 |
| HSL | 193.91º | 0.74% | 0.18% | - |
| HSV(B) | 193.91º | 0.85% | 0.32% | - |
| XYZ | 3.53 | 4.45 | 8.46 | - |
| YUV | 50.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 81 | 0.85 | 0.20 | 0 | 0.68 | 193.91 | 0.74 | 0.18 |
| Hex | C | 41 | 51 | 55 | 14 | 0 | 44 | C2 | 4A | 12 |
| Octal | 14 | 101 | 121 | 125 | 24 | 0 | 104 | 302 | 112 | 22 |
| Binary | 1100 | 1000001 | 1010001 | 1010101 | 10100 | 0 | 1000100 | 11000010 | 1001010 | 10010 |
Color Harmonies of #0C4151
Complementary color
Monochromatic Colors of #0C4151
Black with #0C4151
Text Example
Text Example
White with #0C4151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4151; }
p { color: rgb(12,65,81); }
H1.HeaderClassName
{
color: #0C4151;
}
.AnyTagClassName
{
color: #0C4151;
}
</style>
background-color css
<style>
a { background-color: #0C4151; }
a { background-color: rgb(12,65,81); }
div.DivClassName
{
background-color: #0C4151;
}
.BgClassName
{
background-color: #0C4151;
}
</style>
border-color css
<style>
span { border-color: #0C4151; }
span { border-color: rgb(12,65,81); }
td.TdClassName
{
border-color: #0C4151;
}
.TagClassName
{
border-color: #0C4151;
}
</style>