Shades of Sherpa Blue #0C414B
Tints of Sherpa Blue #0C414B
RGB
CMYK
RGB Variations
Color information
#0C414B (or 0x0C414B) is known color: Sherpa Blue. HEX triplet: 0C, 41 and 4B. RGB value is (12,65,75). Sum of RGB (Red+Green+Blue) = 12+65+75=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C414B is #F3BEB4. Grayscale: #323232. Windows color (decimal): -15974069 or 4931852. OLE color: 4931852.
HSL color Cylindrical-coordinate representation of color #0C414B: hue angle of 189.52º 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 #0C414B is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 65 | 75 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.71 |
| HSL | 189.52º | 0.72% | 0.17% | - |
| HSV(B) | 189.52º | 0.84% | 0.29% | - |
| XYZ | 3.31 | 4.37 | 7.32 | - |
| YUV | 50.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 75 | 0.84 | 0.13 | 0 | 0.71 | 189.52 | 0.72 | 0.17 |
| Hex | C | 41 | 4B | 54 | D | 0 | 47 | BE | 48 | 11 |
| Octal | 14 | 101 | 113 | 124 | 15 | 0 | 107 | 276 | 110 | 21 |
| Binary | 1100 | 1000001 | 1001011 | 1010100 | 1101 | 0 | 1000111 | 10111110 | 1001000 | 10001 |
Color Harmonies of #0C414B
Complementary color
Monochromatic Colors of #0C414B
Black with #0C414B
Text Example
Text Example
White with #0C414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C414B; }
p { color: rgb(12,65,75); }
H1.HeaderClassName
{
color: #0C414B;
}
.AnyTagClassName
{
color: #0C414B;
}
</style>
background-color css
<style>
a { background-color: #0C414B; }
a { background-color: rgb(12,65,75); }
div.DivClassName
{
background-color: #0C414B;
}
.BgClassName
{
background-color: #0C414B;
}
</style>
border-color css
<style>
span { border-color: #0C414B; }
span { border-color: rgb(12,65,75); }
td.TdClassName
{
border-color: #0C414B;
}
.TagClassName
{
border-color: #0C414B;
}
</style>