Shades of Sherpa Blue #0C515A
Tints of Sherpa Blue #0C515A
RGB
CMYK
RGB Variations
Color information
#0C515A (or 0x0C515A) is known color: Sherpa Blue. HEX triplet: 0C, 51 and 5A. RGB value is (12,81,90). Sum of RGB (Red+Green+Blue) = 12+81+90=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #0C515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C515A is #F3AEA5. Grayscale: #3D3D3D. Windows color (decimal): -15969958 or 5918988. OLE color: 5918988.
HSL color Cylindrical-coordinate representation of color #0C515A: hue angle of 186.92º 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 #0C515A is Cyan = 0.87, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 81 | 90 | - |
| CMYK | 0.87 | 0.1 | 0 | 0.65 |
| HSL | 186.92º | 0.76% | 0.2% | - |
| HSV(B) | 186.92º | 0.87% | 0.35% | - |
| XYZ | 4.94 | 6.7 | 10.71 | - |
| YUV | 61.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 90 | 0.87 | 0.1 | 0 | 0.65 | 186.92 | 0.76 | 0.2 |
| Hex | C | 51 | 5A | 57 | A | 0 | 41 | BB | 4C | 14 |
| Octal | 14 | 121 | 132 | 127 | 12 | 0 | 101 | 273 | 114 | 24 |
| Binary | 1100 | 1010001 | 1011010 | 1010111 | 1010 | 0 | 1000001 | 10111011 | 1001100 | 10100 |
Color Harmonies of #0C515A
Complementary color
Monochromatic Colors of #0C515A
Black with #0C515A
Text Example
Text Example
White with #0C515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C515A; }
p { color: rgb(12,81,90); }
H1.HeaderClassName
{
color: #0C515A;
}
.AnyTagClassName
{
color: #0C515A;
}
</style>
background-color css
<style>
a { background-color: #0C515A; }
a { background-color: rgb(12,81,90); }
div.DivClassName
{
background-color: #0C515A;
}
.BgClassName
{
background-color: #0C515A;
}
</style>
border-color css
<style>
span { border-color: #0C515A; }
span { border-color: rgb(12,81,90); }
td.TdClassName
{
border-color: #0C515A;
}
.TagClassName
{
border-color: #0C515A;
}
</style>