Shades of Sherpa Blue #0C495A
Tints of Sherpa Blue #0C495A
RGB
CMYK
RGB Variations
Color information
#0C495A (or 0x0C495A) is known color: Sherpa Blue. HEX triplet: 0C, 49 and 5A. RGB value is (12,73,90). Sum of RGB (Red+Green+Blue) = 12+73+90=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #0C495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C495A is #F3B6A5. Grayscale: #383838. Windows color (decimal): -15972006 or 5916940. OLE color: 5916940.
HSL color Cylindrical-coordinate representation of color #0C495A: hue angle of 193.08º 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 #0C495A is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 73 | 90 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.65 |
| HSL | 193.08º | 0.76% | 0.2% | - |
| HSV(B) | 193.08º | 0.87% | 0.35% | - |
| XYZ | 4.38 | 5.58 | 10.52 | - |
| YUV | 56.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 90 | 0.87 | 0.19 | 0 | 0.65 | 193.08 | 0.76 | 0.2 |
| Hex | C | 49 | 5A | 57 | 13 | 0 | 41 | C1 | 4C | 14 |
| Octal | 14 | 111 | 132 | 127 | 23 | 0 | 101 | 301 | 114 | 24 |
| Binary | 1100 | 1001001 | 1011010 | 1010111 | 10011 | 0 | 1000001 | 11000001 | 1001100 | 10100 |
Color Harmonies of #0C495A
Complementary color
Monochromatic Colors of #0C495A
Black with #0C495A
Text Example
Text Example
White with #0C495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C495A; }
p { color: rgb(12,73,90); }
H1.HeaderClassName
{
color: #0C495A;
}
.AnyTagClassName
{
color: #0C495A;
}
</style>
background-color css
<style>
a { background-color: #0C495A; }
a { background-color: rgb(12,73,90); }
div.DivClassName
{
background-color: #0C495A;
}
.BgClassName
{
background-color: #0C495A;
}
</style>
border-color css
<style>
span { border-color: #0C495A; }
span { border-color: rgb(12,73,90); }
td.TdClassName
{
border-color: #0C495A;
}
.TagClassName
{
border-color: #0C495A;
}
</style>