Shades of Sherpa Blue #0C4753
Tints of Sherpa Blue #0C4753
RGB
CMYK
RGB Variations
Color information
#0C4753 (or 0x0C4753) is known color: Sherpa Blue. HEX triplet: 0C, 47 and 53. RGB value is (12,71,83). Sum of RGB (Red+Green+Blue) = 12+71+83=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C4753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4753 is #F3B8AC. Grayscale: #363636. Windows color (decimal): -15972525 or 5457676. OLE color: 5457676.
HSL color Cylindrical-coordinate representation of color #0C4753: hue angle of 190.14º 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 #0C4753 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 71 | 83 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.67 |
| HSL | 190.14º | 0.75% | 0.19% | - |
| HSV(B) | 190.14º | 0.86% | 0.33% | - |
| XYZ | 3.97 | 5.21 | 8.98 | - |
| YUV | 54.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 83 | 0.86 | 0.14 | 0 | 0.67 | 190.14 | 0.75 | 0.19 |
| Hex | C | 47 | 53 | 56 | E | 0 | 43 | BE | 4B | 13 |
| Octal | 14 | 107 | 123 | 126 | 16 | 0 | 103 | 276 | 113 | 23 |
| Binary | 1100 | 1000111 | 1010011 | 1010110 | 1110 | 0 | 1000011 | 10111110 | 1001011 | 10011 |
Color Harmonies of #0C4753
Complementary color
Monochromatic Colors of #0C4753
Black with #0C4753
Text Example
Text Example
White with #0C4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4753; }
p { color: rgb(12,71,83); }
H1.HeaderClassName
{
color: #0C4753;
}
.AnyTagClassName
{
color: #0C4753;
}
</style>
background-color css
<style>
a { background-color: #0C4753; }
a { background-color: rgb(12,71,83); }
div.DivClassName
{
background-color: #0C4753;
}
.BgClassName
{
background-color: #0C4753;
}
</style>
border-color css
<style>
span { border-color: #0C4753; }
span { border-color: rgb(12,71,83); }
td.TdClassName
{
border-color: #0C4753;
}
.TagClassName
{
border-color: #0C4753;
}
</style>