Shades of Sherpa Blue #0C4853
Tints of Sherpa Blue #0C4853
RGB
CMYK
RGB Variations
Color information
#0C4853 (or 0x0C4853) is known color: Sherpa Blue. HEX triplet: 0C, 48 and 53. RGB value is (12,72,83). Sum of RGB (Red+Green+Blue) = 12+72+83=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C4853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4853 is #F3B7AC. Grayscale: #373737. Windows color (decimal): -15972269 or 5457932. OLE color: 5457932.
HSL color Cylindrical-coordinate representation of color #0C4853: hue angle of 189.3º 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 #0C4853 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 72 | 83 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.67 |
| HSL | 189.3º | 0.75% | 0.19% | - |
| HSV(B) | 189.3º | 0.86% | 0.33% | - |
| XYZ | 4.03 | 5.34 | 9 | - |
| YUV | 55.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 83 | 0.86 | 0.13 | 0 | 0.67 | 189.3 | 0.75 | 0.19 |
| Hex | C | 48 | 53 | 56 | D | 0 | 43 | BD | 4B | 13 |
| Octal | 14 | 110 | 123 | 126 | 15 | 0 | 103 | 275 | 113 | 23 |
| Binary | 1100 | 1001000 | 1010011 | 1010110 | 1101 | 0 | 1000011 | 10111101 | 1001011 | 10011 |
Color Harmonies of #0C4853
Complementary color
Monochromatic Colors of #0C4853
Black with #0C4853
Text Example
Text Example
White with #0C4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4853; }
p { color: rgb(12,72,83); }
H1.HeaderClassName
{
color: #0C4853;
}
.AnyTagClassName
{
color: #0C4853;
}
</style>
background-color css
<style>
a { background-color: #0C4853; }
a { background-color: rgb(12,72,83); }
div.DivClassName
{
background-color: #0C4853;
}
.BgClassName
{
background-color: #0C4853;
}
</style>
border-color css
<style>
span { border-color: #0C4853; }
span { border-color: rgb(12,72,83); }
td.TdClassName
{
border-color: #0C4853;
}
.TagClassName
{
border-color: #0C4853;
}
</style>