Shades of Prussian Blue #0C376D
Tints of Prussian Blue #0C376D
RGB
CMYK
RGB Variations
Color information
#0C376D (or 0x0C376D) is known color: Prussian Blue. HEX triplet: 0C, 37 and 6D. RGB value is (12,55,109). Sum of RGB (Red+Green+Blue) = 12+55+109=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C376D is #F3C892. Grayscale: #303030. Windows color (decimal): -15976595 or 7157516. OLE color: 7157516.
HSL color Cylindrical-coordinate representation of color #0C376D: hue angle of 213.4º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C376D is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 55 | 109 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.57 |
| HSL | 213.4º | 0.8% | 0.24% | - |
| HSV(B) | 213.4º | 0.89% | 0.43% | - |
| XYZ | 4.28 | 3.91 | 15 | - |
| YUV | 48.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 109 | 0.89 | 0.50 | 0 | 0.57 | 213.4 | 0.8 | 0.24 |
| Hex | C | 37 | 6D | 59 | 32 | 0 | 39 | D5 | 50 | 18 |
| Octal | 14 | 67 | 155 | 131 | 62 | 0 | 71 | 325 | 120 | 30 |
| Binary | 1100 | 110111 | 1101101 | 1011001 | 110010 | 0 | 111001 | 11010101 | 1010000 | 11000 |
Color Harmonies of #0C376D
Complementary color
Monochromatic Colors of #0C376D
Black with #0C376D
Text Example
Text Example
White with #0C376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C376D; }
p { color: rgb(12,55,109); }
H1.HeaderClassName
{
color: #0C376D;
}
.AnyTagClassName
{
color: #0C376D;
}
</style>
background-color css
<style>
a { background-color: #0C376D; }
a { background-color: rgb(12,55,109); }
div.DivClassName
{
background-color: #0C376D;
}
.BgClassName
{
background-color: #0C376D;
}
</style>
border-color css
<style>
span { border-color: #0C376D; }
span { border-color: rgb(12,55,109); }
td.TdClassName
{
border-color: #0C376D;
}
.TagClassName
{
border-color: #0C376D;
}
</style>