Shades of Prussian Blue #0C325C
Tints of Prussian Blue #0C325C
RGB
CMYK
RGB Variations
Color information
#0C325C (or 0x0C325C) is known color: Prussian Blue. HEX triplet: 0C, 32 and 5C. RGB value is (12,50,92). Sum of RGB (Red+Green+Blue) = 12+50+92=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C325C is #F3CDA3. Grayscale: #2B2B2B. Windows color (decimal): -15977892 or 6042124. OLE color: 6042124.
HSL color Cylindrical-coordinate representation of color #0C325C: hue angle of 211.5º 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 #0C325C is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 50 | 92 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.64 |
| HSL | 211.5º | 0.77% | 0.2% | - |
| HSV(B) | 211.5º | 0.87% | 0.36% | - |
| XYZ | 3.22 | 3.13 | 10.56 | - |
| YUV | 43.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 92 | 0.87 | 0.46 | 0 | 0.64 | 211.5 | 0.77 | 0.2 |
| Hex | C | 32 | 5C | 57 | 2E | 0 | 40 | D4 | 4D | 14 |
| Octal | 14 | 62 | 134 | 127 | 56 | 0 | 100 | 324 | 115 | 24 |
| Binary | 1100 | 110010 | 1011100 | 1010111 | 101110 | 0 | 1000000 | 11010100 | 1001101 | 10100 |
Color Harmonies of #0C325C
Complementary color
Monochromatic Colors of #0C325C
Black with #0C325C
Text Example
Text Example
White with #0C325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C325C; }
p { color: rgb(12,50,92); }
H1.HeaderClassName
{
color: #0C325C;
}
.AnyTagClassName
{
color: #0C325C;
}
</style>
background-color css
<style>
a { background-color: #0C325C; }
a { background-color: rgb(12,50,92); }
div.DivClassName
{
background-color: #0C325C;
}
.BgClassName
{
background-color: #0C325C;
}
</style>
border-color css
<style>
span { border-color: #0C325C; }
span { border-color: rgb(12,50,92); }
td.TdClassName
{
border-color: #0C325C;
}
.TagClassName
{
border-color: #0C325C;
}
</style>