Shades of Prussian Blue #0C366D
Tints of Prussian Blue #0C366D
RGB
CMYK
RGB Variations
Color information
#0C366D (or 0x0C366D) is known color: Prussian Blue. HEX triplet: 0C, 36 and 6D. RGB value is (12,54,109). Sum of RGB (Red+Green+Blue) = 12+54+109=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C366D is #F3C992. Grayscale: #2F2F2F. Windows color (decimal): -15976851 or 7157260. OLE color: 7157260.
HSL color Cylindrical-coordinate representation of color #0C366D: hue angle of 214.02º 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 #0C366D is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 54 | 109 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.57 |
| HSL | 214.02º | 0.8% | 0.24% | - |
| HSV(B) | 214.02º | 0.89% | 0.43% | - |
| XYZ | 4.23 | 3.82 | 14.98 | - |
| YUV | 47.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 109 | 0.89 | 0.50 | 0 | 0.57 | 214.02 | 0.8 | 0.24 |
| Hex | C | 36 | 6D | 59 | 32 | 0 | 39 | D6 | 50 | 18 |
| Octal | 14 | 66 | 155 | 131 | 62 | 0 | 71 | 326 | 120 | 30 |
| Binary | 1100 | 110110 | 1101101 | 1011001 | 110010 | 0 | 111001 | 11010110 | 1010000 | 11000 |
Color Harmonies of #0C366D
Complementary color
Monochromatic Colors of #0C366D
Black with #0C366D
Text Example
Text Example
White with #0C366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C366D; }
p { color: rgb(12,54,109); }
H1.HeaderClassName
{
color: #0C366D;
}
.AnyTagClassName
{
color: #0C366D;
}
</style>
background-color css
<style>
a { background-color: #0C366D; }
a { background-color: rgb(12,54,109); }
div.DivClassName
{
background-color: #0C366D;
}
.BgClassName
{
background-color: #0C366D;
}
</style>
border-color css
<style>
span { border-color: #0C366D; }
span { border-color: rgb(12,54,109); }
td.TdClassName
{
border-color: #0C366D;
}
.TagClassName
{
border-color: #0C366D;
}
</style>