Shades of Prussian Blue #0C3659
Tints of Prussian Blue #0C3659
RGB
CMYK
RGB Variations
Color information
#0C3659 (or 0x0C3659) is known color: Prussian Blue. HEX triplet: 0C, 36 and 59. RGB value is (12,54,89). Sum of RGB (Red+Green+Blue) = 12+54+89=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C3659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3659 is #F3C9A6. Grayscale: #2D2D2D. Windows color (decimal): -15976871 or 5846540. OLE color: 5846540.
HSL color Cylindrical-coordinate representation of color #0C3659: hue angle of 207.27º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C3659 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 54 | 89 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.65 |
| HSL | 207.27º | 0.76% | 0.2% | - |
| HSV(B) | 207.27º | 0.87% | 0.35% | - |
| XYZ | 3.27 | 3.44 | 9.94 | - |
| YUV | 45.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 89 | 0.87 | 0.39 | 0 | 0.65 | 207.27 | 0.76 | 0.2 |
| Hex | C | 36 | 59 | 57 | 27 | 0 | 41 | CF | 4C | 14 |
| Octal | 14 | 66 | 131 | 127 | 47 | 0 | 101 | 317 | 114 | 24 |
| Binary | 1100 | 110110 | 1011001 | 1010111 | 100111 | 0 | 1000001 | 11001111 | 1001100 | 10100 |
Color Harmonies of #0C3659
Complementary color
Monochromatic Colors of #0C3659
Black with #0C3659
Text Example
Text Example
White with #0C3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3659; }
p { color: rgb(12,54,89); }
H1.HeaderClassName
{
color: #0C3659;
}
.AnyTagClassName
{
color: #0C3659;
}
</style>
background-color css
<style>
a { background-color: #0C3659; }
a { background-color: rgb(12,54,89); }
div.DivClassName
{
background-color: #0C3659;
}
.BgClassName
{
background-color: #0C3659;
}
</style>
border-color css
<style>
span { border-color: #0C3659; }
span { border-color: rgb(12,54,89); }
td.TdClassName
{
border-color: #0C3659;
}
.TagClassName
{
border-color: #0C3659;
}
</style>