Shades of Sherpa Blue #0C4659
Tints of Sherpa Blue #0C4659
RGB
CMYK
RGB Variations
Color information
#0C4659 (or 0x0C4659) is known color: Sherpa Blue. HEX triplet: 0C, 46 and 59. RGB value is (12,70,89). Sum of RGB (Red+Green+Blue) = 12+70+89=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C4659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4659 is #F3B9A6. Grayscale: #363636. Windows color (decimal): -15972775 or 5850636. OLE color: 5850636.
HSL color Cylindrical-coordinate representation of color #0C4659: hue angle of 194.81º 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 #0C4659 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 70 | 89 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.65 |
| HSL | 194.81º | 0.76% | 0.2% | - |
| HSV(B) | 194.81º | 0.87% | 0.35% | - |
| XYZ | 4.14 | 5.18 | 10.23 | - |
| YUV | 54.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 89 | 0.87 | 0.21 | 0 | 0.65 | 194.81 | 0.76 | 0.2 |
| Hex | C | 46 | 59 | 57 | 15 | 0 | 41 | C3 | 4C | 14 |
| Octal | 14 | 106 | 131 | 127 | 25 | 0 | 101 | 303 | 114 | 24 |
| Binary | 1100 | 1000110 | 1011001 | 1010111 | 10101 | 0 | 1000001 | 11000011 | 1001100 | 10100 |
Color Harmonies of #0C4659
Complementary color
Monochromatic Colors of #0C4659
Black with #0C4659
Text Example
Text Example
White with #0C4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4659; }
p { color: rgb(12,70,89); }
H1.HeaderClassName
{
color: #0C4659;
}
.AnyTagClassName
{
color: #0C4659;
}
</style>
background-color css
<style>
a { background-color: #0C4659; }
a { background-color: rgb(12,70,89); }
div.DivClassName
{
background-color: #0C4659;
}
.BgClassName
{
background-color: #0C4659;
}
</style>
border-color css
<style>
span { border-color: #0C4659; }
span { border-color: rgb(12,70,89); }
td.TdClassName
{
border-color: #0C4659;
}
.TagClassName
{
border-color: #0C4659;
}
</style>