Shades of Sherpa Blue #0C454D
Tints of Sherpa Blue #0C454D
RGB
CMYK
RGB Variations
Color information
#0C454D (or 0x0C454D) is known color: Sherpa Blue. HEX triplet: 0C, 45 and 4D. RGB value is (12,69,77). Sum of RGB (Red+Green+Blue) = 12+69+77=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C454D is #F3BAB2. Grayscale: #343434. Windows color (decimal): -15973043 or 5063948. OLE color: 5063948.
HSL color Cylindrical-coordinate representation of color #0C454D: hue angle of 187.38º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C454D is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 69 | 77 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.70 |
| HSL | 187.38º | 0.73% | 0.17% | - |
| HSV(B) | 187.38º | 0.84% | 0.3% | - |
| XYZ | 3.62 | 4.87 | 7.77 | - |
| YUV | 52.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 69 | 77 | 0.84 | 0.10 | 0 | 0.70 | 187.38 | 0.73 | 0.17 |
| Hex | C | 45 | 4D | 54 | A | 0 | 46 | BB | 49 | 11 |
| Octal | 14 | 105 | 115 | 124 | 12 | 0 | 106 | 273 | 111 | 21 |
| Binary | 1100 | 1000101 | 1001101 | 1010100 | 1010 | 0 | 1000110 | 10111011 | 1001001 | 10001 |
Color Harmonies of #0C454D
Complementary color
Monochromatic Colors of #0C454D
Black with #0C454D
Text Example
Text Example
White with #0C454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C454D; }
p { color: rgb(12,69,77); }
H1.HeaderClassName
{
color: #0C454D;
}
.AnyTagClassName
{
color: #0C454D;
}
</style>
background-color css
<style>
a { background-color: #0C454D; }
a { background-color: rgb(12,69,77); }
div.DivClassName
{
background-color: #0C454D;
}
.BgClassName
{
background-color: #0C454D;
}
</style>
border-color css
<style>
span { border-color: #0C454D; }
span { border-color: rgb(12,69,77); }
td.TdClassName
{
border-color: #0C454D;
}
.TagClassName
{
border-color: #0C454D;
}
</style>