Shades of Prussian Blue #0C3060
Tints of Prussian Blue #0C3060
RGB
CMYK
RGB Variations
Color information
#0C3060 (or 0x0C3060) is known color: Prussian Blue. HEX triplet: 0C, 30 and 60. RGB value is (12,48,96). Sum of RGB (Red+Green+Blue) = 12+48+96=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C3060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3060 is #F3CF9F. Grayscale: #2A2A2A. Windows color (decimal): -15978400 or 6303756. OLE color: 6303756.
HSL color Cylindrical-coordinate representation of color #0C3060: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3060 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 48 | 96 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.62 |
| HSL | 214.29º | 0.78% | 0.21% | - |
| HSV(B) | 214.29º | 0.88% | 0.38% | - |
| XYZ | 3.32 | 3.04 | 11.48 | - |
| YUV | 42.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 96 | 0.88 | 0.50 | 0 | 0.62 | 214.29 | 0.78 | 0.21 |
| Hex | C | 30 | 60 | 58 | 32 | 0 | 3E | D6 | 4E | 15 |
| Octal | 14 | 60 | 140 | 130 | 62 | 0 | 76 | 326 | 116 | 25 |
| Binary | 1100 | 110000 | 1100000 | 1011000 | 110010 | 0 | 111110 | 11010110 | 1001110 | 10101 |
Color Harmonies of #0C3060
Complementary color
Monochromatic Colors of #0C3060
Black with #0C3060
Text Example
Text Example
White with #0C3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3060; }
p { color: rgb(12,48,96); }
H1.HeaderClassName
{
color: #0C3060;
}
.AnyTagClassName
{
color: #0C3060;
}
</style>
background-color css
<style>
a { background-color: #0C3060; }
a { background-color: rgb(12,48,96); }
div.DivClassName
{
background-color: #0C3060;
}
.BgClassName
{
background-color: #0C3060;
}
</style>
border-color css
<style>
span { border-color: #0C3060; }
span { border-color: rgb(12,48,96); }
td.TdClassName
{
border-color: #0C3060;
}
.TagClassName
{
border-color: #0C3060;
}
</style>