Shades of Sherpa Blue #0C434D
Tints of Sherpa Blue #0C434D
RGB
CMYK
RGB Variations
Color information
#0C434D (or 0x0C434D) is known color: Sherpa Blue. HEX triplet: 0C, 43 and 4D. RGB value is (12,67,77). Sum of RGB (Red+Green+Blue) = 12+67+77=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C434D is #F3BCB2. Grayscale: #333333. Windows color (decimal): -15973555 or 5063436. OLE color: 5063436.
HSL color Cylindrical-coordinate representation of color #0C434D: hue angle of 189.23º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C434D is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 67 | 77 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.70 |
| HSL | 189.23º | 0.73% | 0.17% | - |
| HSV(B) | 189.23º | 0.84% | 0.3% | - |
| XYZ | 3.5 | 4.63 | 7.73 | - |
| YUV | 51.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 77 | 0.84 | 0.13 | 0 | 0.70 | 189.23 | 0.73 | 0.17 |
| Hex | C | 43 | 4D | 54 | D | 0 | 46 | BD | 49 | 11 |
| Octal | 14 | 103 | 115 | 124 | 15 | 0 | 106 | 275 | 111 | 21 |
| Binary | 1100 | 1000011 | 1001101 | 1010100 | 1101 | 0 | 1000110 | 10111101 | 1001001 | 10001 |
Color Harmonies of #0C434D
Complementary color
Monochromatic Colors of #0C434D
Black with #0C434D
Text Example
Text Example
White with #0C434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C434D; }
p { color: rgb(12,67,77); }
H1.HeaderClassName
{
color: #0C434D;
}
.AnyTagClassName
{
color: #0C434D;
}
</style>
background-color css
<style>
a { background-color: #0C434D; }
a { background-color: rgb(12,67,77); }
div.DivClassName
{
background-color: #0C434D;
}
.BgClassName
{
background-color: #0C434D;
}
</style>
border-color css
<style>
span { border-color: #0C434D; }
span { border-color: rgb(12,67,77); }
td.TdClassName
{
border-color: #0C434D;
}
.TagClassName
{
border-color: #0C434D;
}
</style>