Shades of Sherpa Blue #0C5453
Tints of Sherpa Blue #0C5453
RGB
CMYK
RGB Variations
Color information
#0C5453 (or 0x0C5453) is known color: Sherpa Blue. HEX triplet: 0C, 54 and 53. RGB value is (12,84,83). Sum of RGB (Red+Green+Blue) = 12+84+83=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5453 is #F3ABAC. Grayscale: #3E3E3E. Windows color (decimal): -15969197 or 5461004. OLE color: 5461004.
HSL color Cylindrical-coordinate representation of color #0C5453: hue angle of 179.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5453 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 83 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.67 |
| HSL | 179.17º | 0.75% | 0.19% | - |
| HSV(B) | 179.17º | 0.86% | 0.33% | - |
| XYZ | 4.88 | 7.04 | 9.29 | - |
| YUV | 62.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 83 | 0.86 | 0 | 0.01 | 0.67 | 179.17 | 0.75 | 0.19 |
| Hex | C | 54 | 53 | 56 | 0 | 1 | 43 | B3 | 4B | 13 |
| Octal | 14 | 124 | 123 | 126 | 0 | 1 | 103 | 263 | 113 | 23 |
| Binary | 1100 | 1010100 | 1010011 | 1010110 | 0 | 1 | 1000011 | 10110011 | 1001011 | 10011 |
Color Harmonies of #0C5453
Complementary color
Monochromatic Colors of #0C5453
Black with #0C5453
Text Example
Text Example
White with #0C5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5453; }
p { color: rgb(12,84,83); }
H1.HeaderClassName
{
color: #0C5453;
}
.AnyTagClassName
{
color: #0C5453;
}
</style>
background-color css
<style>
a { background-color: #0C5453; }
a { background-color: rgb(12,84,83); }
div.DivClassName
{
background-color: #0C5453;
}
.BgClassName
{
background-color: #0C5453;
}
</style>
border-color css
<style>
span { border-color: #0C5453; }
span { border-color: rgb(12,84,83); }
td.TdClassName
{
border-color: #0C5453;
}
.TagClassName
{
border-color: #0C5453;
}
</style>