Shades of Prussian Blue #0C3570
Tints of Prussian Blue #0C3570
RGB
CMYK
RGB Variations
Color information
#0C3570 (or 0x0C3570) is known color: Prussian Blue. HEX triplet: 0C, 35 and 70. RGB value is (12,53,112). Sum of RGB (Red+Green+Blue) = 12+53+112=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C3570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3570 is #F3CA8F. Grayscale: #2F2F2F. Windows color (decimal): -15977104 or 7353612. OLE color: 7353612.
HSL color Cylindrical-coordinate representation of color #0C3570: hue angle of 215.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3570 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 53 | 112 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.56 |
| HSL | 215.4º | 0.81% | 0.24% | - |
| HSV(B) | 215.4º | 0.89% | 0.44% | - |
| XYZ | 4.35 | 3.79 | 15.83 | - |
| YUV | 47.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 112 | 0.89 | 0.53 | 0 | 0.56 | 215.4 | 0.81 | 0.24 |
| Hex | C | 35 | 70 | 59 | 35 | 0 | 38 | D7 | 51 | 18 |
| Octal | 14 | 65 | 160 | 131 | 65 | 0 | 70 | 327 | 121 | 30 |
| Binary | 1100 | 110101 | 1110000 | 1011001 | 110101 | 0 | 111000 | 11010111 | 1010001 | 11000 |
Color Harmonies of #0C3570
Complementary color
Monochromatic Colors of #0C3570
Black with #0C3570
Text Example
Text Example
White with #0C3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3570; }
p { color: rgb(12,53,112); }
H1.HeaderClassName
{
color: #0C3570;
}
.AnyTagClassName
{
color: #0C3570;
}
</style>
background-color css
<style>
a { background-color: #0C3570; }
a { background-color: rgb(12,53,112); }
div.DivClassName
{
background-color: #0C3570;
}
.BgClassName
{
background-color: #0C3570;
}
</style>
border-color css
<style>
span { border-color: #0C3570; }
span { border-color: rgb(12,53,112); }
td.TdClassName
{
border-color: #0C3570;
}
.TagClassName
{
border-color: #0C3570;
}
</style>