Shades of Prussian Blue #0C3151
Tints of Prussian Blue #0C3151
RGB
CMYK
RGB Variations
Color information
#0C3151 (or 0x0C3151) is known color: Prussian Blue. HEX triplet: 0C, 31 and 51. RGB value is (12,49,81). Sum of RGB (Red+Green+Blue) = 12+49+81=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C3151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3151 is #F3CEAE. Grayscale: #292929. Windows color (decimal): -15978159 or 5320972. OLE color: 5320972.
HSL color Cylindrical-coordinate representation of color #0C3151: hue angle of 207.83º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3151 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 49 | 81 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.68 |
| HSL | 207.83º | 0.74% | 0.18% | - |
| HSV(B) | 207.83º | 0.85% | 0.32% | - |
| XYZ | 2.74 | 2.87 | 8.19 | - |
| YUV | 41.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 81 | 0.85 | 0.40 | 0 | 0.68 | 207.83 | 0.74 | 0.18 |
| Hex | C | 31 | 51 | 55 | 28 | 0 | 44 | D0 | 4A | 12 |
| Octal | 14 | 61 | 121 | 125 | 50 | 0 | 104 | 320 | 112 | 22 |
| Binary | 1100 | 110001 | 1010001 | 1010101 | 101000 | 0 | 1000100 | 11010000 | 1001010 | 10010 |
Color Harmonies of #0C3151
Complementary color
Monochromatic Colors of #0C3151
Black with #0C3151
Text Example
Text Example
White with #0C3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3151; }
p { color: rgb(12,49,81); }
H1.HeaderClassName
{
color: #0C3151;
}
.AnyTagClassName
{
color: #0C3151;
}
</style>
background-color css
<style>
a { background-color: #0C3151; }
a { background-color: rgb(12,49,81); }
div.DivClassName
{
background-color: #0C3151;
}
.BgClassName
{
background-color: #0C3151;
}
</style>
border-color css
<style>
span { border-color: #0C3151; }
span { border-color: rgb(12,49,81); }
td.TdClassName
{
border-color: #0C3151;
}
.TagClassName
{
border-color: #0C3151;
}
</style>