Shades of Sherpa Blue #0C4255
Tints of Sherpa Blue #0C4255
RGB
CMYK
RGB Variations
Color information
#0C4255 (or 0x0C4255) is known color: Sherpa Blue. HEX triplet: 0C, 42 and 55. RGB value is (12,66,85). Sum of RGB (Red+Green+Blue) = 12+66+85=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C4255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4255 is #F3BDAA. Grayscale: #333333. Windows color (decimal): -15973803 or 5587468. OLE color: 5587468.
HSL color Cylindrical-coordinate representation of color #0C4255: hue angle of 195.62º 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 #0C4255 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 66 | 85 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.67 |
| HSL | 195.62º | 0.75% | 0.19% | - |
| HSV(B) | 195.62º | 0.86% | 0.33% | - |
| XYZ | 3.74 | 4.63 | 9.29 | - |
| YUV | 52.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 85 | 0.86 | 0.22 | 0 | 0.67 | 195.62 | 0.75 | 0.19 |
| Hex | C | 42 | 55 | 56 | 16 | 0 | 43 | C4 | 4B | 13 |
| Octal | 14 | 102 | 125 | 126 | 26 | 0 | 103 | 304 | 113 | 23 |
| Binary | 1100 | 1000010 | 1010101 | 1010110 | 10110 | 0 | 1000011 | 11000100 | 1001011 | 10011 |
Color Harmonies of #0C4255
Complementary color
Monochromatic Colors of #0C4255
Black with #0C4255
Text Example
Text Example
White with #0C4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4255; }
p { color: rgb(12,66,85); }
H1.HeaderClassName
{
color: #0C4255;
}
.AnyTagClassName
{
color: #0C4255;
}
</style>
background-color css
<style>
a { background-color: #0C4255; }
a { background-color: rgb(12,66,85); }
div.DivClassName
{
background-color: #0C4255;
}
.BgClassName
{
background-color: #0C4255;
}
</style>
border-color css
<style>
span { border-color: #0C4255; }
span { border-color: rgb(12,66,85); }
td.TdClassName
{
border-color: #0C4255;
}
.TagClassName
{
border-color: #0C4255;
}
</style>