Shades of Sherpa Blue #0C3D4A
Tints of Sherpa Blue #0C3D4A
RGB
CMYK
RGB Variations
Color information
#0C3D4A (or 0x0C3D4A) is known color: Sherpa Blue. HEX triplet: 0C, 3D and 4A. RGB value is (12,61,74). Sum of RGB (Red+Green+Blue) = 12+61+74=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C3D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3D4A is #F3C2B5. Grayscale: #2F2F2F. Windows color (decimal): -15975094 or 4865292. OLE color: 4865292.
HSL color Cylindrical-coordinate representation of color #0C3D4A: hue angle of 192.58º 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 #0C3D4A is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 61 | 74 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.71 |
| HSL | 192.58º | 0.72% | 0.17% | - |
| HSV(B) | 192.58º | 0.84% | 0.29% | - |
| XYZ | 3.06 | 3.91 | 7.07 | - |
| YUV | 47.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 74 | 0.84 | 0.18 | 0 | 0.71 | 192.58 | 0.72 | 0.17 |
| Hex | C | 3D | 4A | 54 | 12 | 0 | 47 | C1 | 48 | 11 |
| Octal | 14 | 75 | 112 | 124 | 22 | 0 | 107 | 301 | 110 | 21 |
| Binary | 1100 | 111101 | 1001010 | 1010100 | 10010 | 0 | 1000111 | 11000001 | 1001000 | 10001 |
Color Harmonies of #0C3D4A
Complementary color
Monochromatic Colors of #0C3D4A
Black with #0C3D4A
Text Example
Text Example
White with #0C3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3D4A; }
p { color: rgb(12,61,74); }
H1.HeaderClassName
{
color: #0C3D4A;
}
.AnyTagClassName
{
color: #0C3D4A;
}
</style>
background-color css
<style>
a { background-color: #0C3D4A; }
a { background-color: rgb(12,61,74); }
div.DivClassName
{
background-color: #0C3D4A;
}
.BgClassName
{
background-color: #0C3D4A;
}
</style>
border-color css
<style>
span { border-color: #0C3D4A; }
span { border-color: rgb(12,61,74); }
td.TdClassName
{
border-color: #0C3D4A;
}
.TagClassName
{
border-color: #0C3D4A;
}
</style>