Shades of Prussian Blue #0C396C
Tints of Prussian Blue #0C396C
RGB
CMYK
RGB Variations
Color information
#0C396C (or 0x0C396C) is known color: Prussian Blue. HEX triplet: 0C, 39 and 6C. RGB value is (12,57,108). Sum of RGB (Red+Green+Blue) = 12+57+108=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C396C is #F3C693. Grayscale: #313131. Windows color (decimal): -15976084 or 7092492. OLE color: 7092492.
HSL color Cylindrical-coordinate representation of color #0C396C: hue angle of 211.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C396C is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 57 | 108 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.58 |
| HSL | 211.88º | 0.8% | 0.24% | - |
| HSV(B) | 211.88º | 0.89% | 0.42% | - |
| XYZ | 4.32 | 4.09 | 14.75 | - |
| YUV | 49.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 108 | 0.89 | 0.47 | 0 | 0.58 | 211.88 | 0.8 | 0.24 |
| Hex | C | 39 | 6C | 59 | 2F | 0 | 3A | D4 | 50 | 18 |
| Octal | 14 | 71 | 154 | 131 | 57 | 0 | 72 | 324 | 120 | 30 |
| Binary | 1100 | 111001 | 1101100 | 1011001 | 101111 | 0 | 111010 | 11010100 | 1010000 | 11000 |
Color Harmonies of #0C396C
Complementary color
Monochromatic Colors of #0C396C
Black with #0C396C
Text Example
Text Example
White with #0C396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C396C; }
p { color: rgb(12,57,108); }
H1.HeaderClassName
{
color: #0C396C;
}
.AnyTagClassName
{
color: #0C396C;
}
</style>
background-color css
<style>
a { background-color: #0C396C; }
a { background-color: rgb(12,57,108); }
div.DivClassName
{
background-color: #0C396C;
}
.BgClassName
{
background-color: #0C396C;
}
</style>
border-color css
<style>
span { border-color: #0C396C; }
span { border-color: rgb(12,57,108); }
td.TdClassName
{
border-color: #0C396C;
}
.TagClassName
{
border-color: #0C396C;
}
</style>