Shades of Prussian Blue #0C396D
Tints of Prussian Blue #0C396D
RGB
CMYK
RGB Variations
Color information
#0C396D (or 0x0C396D) is known color: Prussian Blue. HEX triplet: 0C, 39 and 6D. RGB value is (12,57,109). Sum of RGB (Red+Green+Blue) = 12+57+109=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C396D is #F3C692. Grayscale: #313131. Windows color (decimal): -15976083 or 7158028. OLE color: 7158028.
HSL color Cylindrical-coordinate representation of color #0C396D: hue angle of 212.16º 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 #0C396D is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 57 | 109 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.57 |
| HSL | 212.16º | 0.8% | 0.24% | - |
| HSV(B) | 212.16º | 0.89% | 0.43% | - |
| XYZ | 4.38 | 4.11 | 15.03 | - |
| YUV | 49.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 109 | 0.89 | 0.48 | 0 | 0.57 | 212.16 | 0.8 | 0.24 |
| Hex | C | 39 | 6D | 59 | 30 | 0 | 39 | D4 | 50 | 18 |
| Octal | 14 | 71 | 155 | 131 | 60 | 0 | 71 | 324 | 120 | 30 |
| Binary | 1100 | 111001 | 1101101 | 1011001 | 110000 | 0 | 111001 | 11010100 | 1010000 | 11000 |
Color Harmonies of #0C396D
Complementary color
Monochromatic Colors of #0C396D
Black with #0C396D
Text Example
Text Example
White with #0C396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C396D; }
p { color: rgb(12,57,109); }
H1.HeaderClassName
{
color: #0C396D;
}
.AnyTagClassName
{
color: #0C396D;
}
</style>
background-color css
<style>
a { background-color: #0C396D; }
a { background-color: rgb(12,57,109); }
div.DivClassName
{
background-color: #0C396D;
}
.BgClassName
{
background-color: #0C396D;
}
</style>
border-color css
<style>
span { border-color: #0C396D; }
span { border-color: rgb(12,57,109); }
td.TdClassName
{
border-color: #0C396D;
}
.TagClassName
{
border-color: #0C396D;
}
</style>