Shades of Sherpa Blue #0C4552
Tints of Sherpa Blue #0C4552
RGB
CMYK
RGB Variations
Color information
#0C4552 (or 0x0C4552) is known color: Sherpa Blue. HEX triplet: 0C, 45 and 52. RGB value is (12,69,82). Sum of RGB (Red+Green+Blue) = 12+69+82=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C4552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4552 is #F3BAAD. Grayscale: #353535. Windows color (decimal): -15973038 or 5391628. OLE color: 5391628.
HSL color Cylindrical-coordinate representation of color #0C4552: hue angle of 191.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4552 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 69 | 82 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.68 |
| HSL | 191.14º | 0.74% | 0.18% | - |
| HSV(B) | 191.14º | 0.85% | 0.32% | - |
| XYZ | 3.8 | 4.94 | 8.74 | - |
| YUV | 53.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 69 | 82 | 0.85 | 0.16 | 0 | 0.68 | 191.14 | 0.74 | 0.18 |
| Hex | C | 45 | 52 | 55 | 10 | 0 | 44 | BF | 4A | 12 |
| Octal | 14 | 105 | 122 | 125 | 20 | 0 | 104 | 277 | 112 | 22 |
| Binary | 1100 | 1000101 | 1010010 | 1010101 | 10000 | 0 | 1000100 | 10111111 | 1001010 | 10010 |
Color Harmonies of #0C4552
Complementary color
Monochromatic Colors of #0C4552
Black with #0C4552
Text Example
Text Example
White with #0C4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4552; }
p { color: rgb(12,69,82); }
H1.HeaderClassName
{
color: #0C4552;
}
.AnyTagClassName
{
color: #0C4552;
}
</style>
background-color css
<style>
a { background-color: #0C4552; }
a { background-color: rgb(12,69,82); }
div.DivClassName
{
background-color: #0C4552;
}
.BgClassName
{
background-color: #0C4552;
}
</style>
border-color css
<style>
span { border-color: #0C4552; }
span { border-color: rgb(12,69,82); }
td.TdClassName
{
border-color: #0C4552;
}
.TagClassName
{
border-color: #0C4552;
}
</style>