Shades of Prussian Blue #0C3555
Tints of Prussian Blue #0C3555
RGB
CMYK
RGB Variations
Color information
#0C3555 (or 0x0C3555) is known color: Prussian Blue. HEX triplet: 0C, 35 and 55. RGB value is (12,53,85). Sum of RGB (Red+Green+Blue) = 12+53+85=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C3555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3555 is #F3CAAA. Grayscale: #2C2C2C. Windows color (decimal): -15977131 or 5584140. OLE color: 5584140.
HSL color Cylindrical-coordinate representation of color #0C3555: hue angle of 206.3º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3555 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 53 | 85 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.67 |
| HSL | 206.3º | 0.75% | 0.19% | - |
| HSV(B) | 206.3º | 0.86% | 0.33% | - |
| XYZ | 3.06 | 3.28 | 9.07 | - |
| YUV | 44.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 85 | 0.86 | 0.38 | 0 | 0.67 | 206.3 | 0.75 | 0.19 |
| Hex | C | 35 | 55 | 56 | 26 | 0 | 43 | CE | 4B | 13 |
| Octal | 14 | 65 | 125 | 126 | 46 | 0 | 103 | 316 | 113 | 23 |
| Binary | 1100 | 110101 | 1010101 | 1010110 | 100110 | 0 | 1000011 | 11001110 | 1001011 | 10011 |
Color Harmonies of #0C3555
Complementary color
Monochromatic Colors of #0C3555
Black with #0C3555
Text Example
Text Example
White with #0C3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3555; }
p { color: rgb(12,53,85); }
H1.HeaderClassName
{
color: #0C3555;
}
.AnyTagClassName
{
color: #0C3555;
}
</style>
background-color css
<style>
a { background-color: #0C3555; }
a { background-color: rgb(12,53,85); }
div.DivClassName
{
background-color: #0C3555;
}
.BgClassName
{
background-color: #0C3555;
}
</style>
border-color css
<style>
span { border-color: #0C3555; }
span { border-color: rgb(12,53,85); }
td.TdClassName
{
border-color: #0C3555;
}
.TagClassName
{
border-color: #0C3555;
}
</style>