Shades of Prussian Blue #0C3059
Tints of Prussian Blue #0C3059
RGB
CMYK
RGB Variations
Color information
#0C3059 (or 0x0C3059) is known color: Prussian Blue. HEX triplet: 0C, 30 and 59. RGB value is (12,48,89). Sum of RGB (Red+Green+Blue) = 12+48+89=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C3059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3059 is #F3CFA6. Grayscale: #292929. Windows color (decimal): -15978407 or 5845004. OLE color: 5845004.
HSL color Cylindrical-coordinate representation of color #0C3059: hue angle of 211.95º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C3059 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 48 | 89 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.65 |
| HSL | 211.95º | 0.76% | 0.2% | - |
| HSV(B) | 211.95º | 0.87% | 0.35% | - |
| XYZ | 3.01 | 2.91 | 9.85 | - |
| YUV | 41.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 89 | 0.87 | 0.46 | 0 | 0.65 | 211.95 | 0.76 | 0.2 |
| Hex | C | 30 | 59 | 57 | 2E | 0 | 41 | D4 | 4C | 14 |
| Octal | 14 | 60 | 131 | 127 | 56 | 0 | 101 | 324 | 114 | 24 |
| Binary | 1100 | 110000 | 1011001 | 1010111 | 101110 | 0 | 1000001 | 11010100 | 1001100 | 10100 |
Color Harmonies of #0C3059
Complementary color
Monochromatic Colors of #0C3059
Black with #0C3059
Text Example
Text Example
White with #0C3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3059; }
p { color: rgb(12,48,89); }
H1.HeaderClassName
{
color: #0C3059;
}
.AnyTagClassName
{
color: #0C3059;
}
</style>
background-color css
<style>
a { background-color: #0C3059; }
a { background-color: rgb(12,48,89); }
div.DivClassName
{
background-color: #0C3059;
}
.BgClassName
{
background-color: #0C3059;
}
</style>
border-color css
<style>
span { border-color: #0C3059; }
span { border-color: rgb(12,48,89); }
td.TdClassName
{
border-color: #0C3059;
}
.TagClassName
{
border-color: #0C3059;
}
</style>