Shades of Prussian Blue #0C3575
Tints of Prussian Blue #0C3575
RGB
CMYK
RGB Variations
Color information
#0C3575 (or 0x0C3575) is known color: Prussian Blue. HEX triplet: 0C, 35 and 75. RGB value is (12,53,117). Sum of RGB (Red+Green+Blue) = 12+53+117=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C3575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3575 is #F3CA8A. Grayscale: #2F2F2F. Windows color (decimal): -15977099 or 7681292. OLE color: 7681292.
HSL color Cylindrical-coordinate representation of color #0C3575: hue angle of 216.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3575 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 53 | 117 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.54 |
| HSL | 216.57º | 0.81% | 0.25% | - |
| HSV(B) | 216.57º | 0.9% | 0.46% | - |
| XYZ | 4.64 | 3.91 | 17.34 | - |
| YUV | 48.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 117 | 0.90 | 0.55 | 0 | 0.54 | 216.57 | 0.81 | 0.25 |
| Hex | C | 35 | 75 | 5A | 37 | 0 | 36 | D9 | 51 | 19 |
| Octal | 14 | 65 | 165 | 132 | 67 | 0 | 66 | 331 | 121 | 31 |
| Binary | 1100 | 110101 | 1110101 | 1011010 | 110111 | 0 | 110110 | 11011001 | 1010001 | 11001 |
Color Harmonies of #0C3575
Complementary color
Monochromatic Colors of #0C3575
Black with #0C3575
Text Example
Text Example
White with #0C3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3575; }
p { color: rgb(12,53,117); }
H1.HeaderClassName
{
color: #0C3575;
}
.AnyTagClassName
{
color: #0C3575;
}
</style>
background-color css
<style>
a { background-color: #0C3575; }
a { background-color: rgb(12,53,117); }
div.DivClassName
{
background-color: #0C3575;
}
.BgClassName
{
background-color: #0C3575;
}
</style>
border-color css
<style>
span { border-color: #0C3575; }
span { border-color: rgb(12,53,117); }
td.TdClassName
{
border-color: #0C3575;
}
.TagClassName
{
border-color: #0C3575;
}
</style>