Shades of Prussian Blue #0C315C
Tints of Prussian Blue #0C315C
RGB
CMYK
RGB Variations
Color information
#0C315C (or 0x0C315C) is known color: Prussian Blue. HEX triplet: 0C, 31 and 5C. RGB value is (12,49,92). Sum of RGB (Red+Green+Blue) = 12+49+92=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C315C is #F3CEA3. Grayscale: #2A2A2A. Windows color (decimal): -15978148 or 6041868. OLE color: 6041868.
HSL color Cylindrical-coordinate representation of color #0C315C: hue angle of 212.25º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C315C is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 49 | 92 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.64 |
| HSL | 212.25º | 0.77% | 0.2% | - |
| HSV(B) | 212.25º | 0.87% | 0.36% | - |
| XYZ | 3.18 | 3.05 | 10.55 | - |
| YUV | 42.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 92 | 0.87 | 0.47 | 0 | 0.64 | 212.25 | 0.77 | 0.2 |
| Hex | C | 31 | 5C | 57 | 2F | 0 | 40 | D4 | 4D | 14 |
| Octal | 14 | 61 | 134 | 127 | 57 | 0 | 100 | 324 | 115 | 24 |
| Binary | 1100 | 110001 | 1011100 | 1010111 | 101111 | 0 | 1000000 | 11010100 | 1001101 | 10100 |
Color Harmonies of #0C315C
Complementary color
Monochromatic Colors of #0C315C
Black with #0C315C
Text Example
Text Example
White with #0C315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C315C; }
p { color: rgb(12,49,92); }
H1.HeaderClassName
{
color: #0C315C;
}
.AnyTagClassName
{
color: #0C315C;
}
</style>
background-color css
<style>
a { background-color: #0C315C; }
a { background-color: rgb(12,49,92); }
div.DivClassName
{
background-color: #0C315C;
}
.BgClassName
{
background-color: #0C315C;
}
</style>
border-color css
<style>
span { border-color: #0C315C; }
span { border-color: rgb(12,49,92); }
td.TdClassName
{
border-color: #0C315C;
}
.TagClassName
{
border-color: #0C315C;
}
</style>