Shades of Sherpa Blue #0C474F
Tints of Sherpa Blue #0C474F
RGB
CMYK
RGB Variations
Color information
#0C474F (or 0x0C474F) is known color: Sherpa Blue. HEX triplet: 0C, 47 and 4F. RGB value is (12,71,79). Sum of RGB (Red+Green+Blue) = 12+71+79=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C474F is #F3B8B0. Grayscale: #363636. Windows color (decimal): -15972529 or 5195532. OLE color: 5195532.
HSL color Cylindrical-coordinate representation of color #0C474F: hue angle of 187.16º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C474F is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 71 | 79 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.69 |
| HSL | 187.16º | 0.74% | 0.18% | - |
| HSV(B) | 187.16º | 0.85% | 0.31% | - |
| XYZ | 3.82 | 5.15 | 8.19 | - |
| YUV | 54.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 79 | 0.85 | 0.10 | 0 | 0.69 | 187.16 | 0.74 | 0.18 |
| Hex | C | 47 | 4F | 55 | A | 0 | 45 | BB | 4A | 12 |
| Octal | 14 | 107 | 117 | 125 | 12 | 0 | 105 | 273 | 112 | 22 |
| Binary | 1100 | 1000111 | 1001111 | 1010101 | 1010 | 0 | 1000101 | 10111011 | 1001010 | 10010 |
Color Harmonies of #0C474F
Complementary color
Monochromatic Colors of #0C474F
Black with #0C474F
Text Example
Text Example
White with #0C474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C474F; }
p { color: rgb(12,71,79); }
H1.HeaderClassName
{
color: #0C474F;
}
.AnyTagClassName
{
color: #0C474F;
}
</style>
background-color css
<style>
a { background-color: #0C474F; }
a { background-color: rgb(12,71,79); }
div.DivClassName
{
background-color: #0C474F;
}
.BgClassName
{
background-color: #0C474F;
}
</style>
border-color css
<style>
span { border-color: #0C474F; }
span { border-color: rgb(12,71,79); }
td.TdClassName
{
border-color: #0C474F;
}
.TagClassName
{
border-color: #0C474F;
}
</style>