Shades of Sherpa Blue #0C4251
Tints of Sherpa Blue #0C4251
RGB
CMYK
RGB Variations
Color information
#0C4251 (or 0x0C4251) is known color: Sherpa Blue. HEX triplet: 0C, 42 and 51. RGB value is (12,66,81). Sum of RGB (Red+Green+Blue) = 12+66+81=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C4251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4251 is #F3BDAE. Grayscale: #333333. Windows color (decimal): -15973807 or 5325324. OLE color: 5325324.
HSL color Cylindrical-coordinate representation of color #0C4251: hue angle of 193.04º 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 #0C4251 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 66 | 81 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.68 |
| HSL | 193.04º | 0.74% | 0.18% | - |
| HSV(B) | 193.04º | 0.85% | 0.32% | - |
| XYZ | 3.59 | 4.57 | 8.48 | - |
| YUV | 51.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 81 | 0.85 | 0.19 | 0 | 0.68 | 193.04 | 0.74 | 0.18 |
| Hex | C | 42 | 51 | 55 | 13 | 0 | 44 | C1 | 4A | 12 |
| Octal | 14 | 102 | 121 | 125 | 23 | 0 | 104 | 301 | 112 | 22 |
| Binary | 1100 | 1000010 | 1010001 | 1010101 | 10011 | 0 | 1000100 | 11000001 | 1001010 | 10010 |
Color Harmonies of #0C4251
Complementary color
Monochromatic Colors of #0C4251
Black with #0C4251
Text Example
Text Example
White with #0C4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4251; }
p { color: rgb(12,66,81); }
H1.HeaderClassName
{
color: #0C4251;
}
.AnyTagClassName
{
color: #0C4251;
}
</style>
background-color css
<style>
a { background-color: #0C4251; }
a { background-color: rgb(12,66,81); }
div.DivClassName
{
background-color: #0C4251;
}
.BgClassName
{
background-color: #0C4251;
}
</style>
border-color css
<style>
span { border-color: #0C4251; }
span { border-color: rgb(12,66,81); }
td.TdClassName
{
border-color: #0C4251;
}
.TagClassName
{
border-color: #0C4251;
}
</style>