Shades of Sherpa Blue #0C3C49
Tints of Sherpa Blue #0C3C49
RGB
CMYK
RGB Variations
Color information
#0C3C49 (or 0x0C3C49) is known color: Sherpa Blue. HEX triplet: 0C, 3C and 49. RGB value is (12,60,73). Sum of RGB (Red+Green+Blue) = 12+60+73=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C3C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3C49 is #F3C3B6. Grayscale: #2F2F2F. Windows color (decimal): -15975351 or 4799500. OLE color: 4799500.
HSL color Cylindrical-coordinate representation of color #0C3C49: hue angle of 192.79º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C3C49 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 60 | 73 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.71 |
| HSL | 192.79º | 0.72% | 0.17% | - |
| HSV(B) | 192.79º | 0.84% | 0.29% | - |
| XYZ | 2.97 | 3.79 | 6.88 | - |
| YUV | 47.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 73 | 0.84 | 0.18 | 0 | 0.71 | 192.79 | 0.72 | 0.17 |
| Hex | C | 3C | 49 | 54 | 12 | 0 | 47 | C1 | 48 | 11 |
| Octal | 14 | 74 | 111 | 124 | 22 | 0 | 107 | 301 | 110 | 21 |
| Binary | 1100 | 111100 | 1001001 | 1010100 | 10010 | 0 | 1000111 | 11000001 | 1001000 | 10001 |
Color Harmonies of #0C3C49
Complementary color
Monochromatic Colors of #0C3C49
Black with #0C3C49
Text Example
Text Example
White with #0C3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3C49; }
p { color: rgb(12,60,73); }
H1.HeaderClassName
{
color: #0C3C49;
}
.AnyTagClassName
{
color: #0C3C49;
}
</style>
background-color css
<style>
a { background-color: #0C3C49; }
a { background-color: rgb(12,60,73); }
div.DivClassName
{
background-color: #0C3C49;
}
.BgClassName
{
background-color: #0C3C49;
}
</style>
border-color css
<style>
span { border-color: #0C3C49; }
span { border-color: rgb(12,60,73); }
td.TdClassName
{
border-color: #0C3C49;
}
.TagClassName
{
border-color: #0C3C49;
}
</style>