Shades of Sherpa Blue #0C4653
Tints of Sherpa Blue #0C4653
RGB
CMYK
RGB Variations
Color information
#0C4653 (or 0x0C4653) is known color: Sherpa Blue. HEX triplet: 0C, 46 and 53. RGB value is (12,70,83). Sum of RGB (Red+Green+Blue) = 12+70+83=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C4653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4653 is #F3B9AC. Grayscale: #363636. Windows color (decimal): -15972781 or 5457420. OLE color: 5457420.
HSL color Cylindrical-coordinate representation of color #0C4653: hue angle of 190.99º 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 #0C4653 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 70 | 83 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.67 |
| HSL | 190.99º | 0.75% | 0.19% | - |
| HSV(B) | 190.99º | 0.86% | 0.33% | - |
| XYZ | 3.9 | 5.08 | 8.96 | - |
| YUV | 54.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 83 | 0.86 | 0.16 | 0 | 0.67 | 190.99 | 0.75 | 0.19 |
| Hex | C | 46 | 53 | 56 | 10 | 0 | 43 | BF | 4B | 13 |
| Octal | 14 | 106 | 123 | 126 | 20 | 0 | 103 | 277 | 113 | 23 |
| Binary | 1100 | 1000110 | 1010011 | 1010110 | 10000 | 0 | 1000011 | 10111111 | 1001011 | 10011 |
Color Harmonies of #0C4653
Complementary color
Monochromatic Colors of #0C4653
Black with #0C4653
Text Example
Text Example
White with #0C4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4653; }
p { color: rgb(12,70,83); }
H1.HeaderClassName
{
color: #0C4653;
}
.AnyTagClassName
{
color: #0C4653;
}
</style>
background-color css
<style>
a { background-color: #0C4653; }
a { background-color: rgb(12,70,83); }
div.DivClassName
{
background-color: #0C4653;
}
.BgClassName
{
background-color: #0C4653;
}
</style>
border-color css
<style>
span { border-color: #0C4653; }
span { border-color: rgb(12,70,83); }
td.TdClassName
{
border-color: #0C4653;
}
.TagClassName
{
border-color: #0C4653;
}
</style>