Shades of Prussian Blue #0C3759
Tints of Prussian Blue #0C3759
RGB
CMYK
RGB Variations
Color information
#0C3759 (or 0x0C3759) is known color: Prussian Blue. HEX triplet: 0C, 37 and 59. RGB value is (12,55,89). Sum of RGB (Red+Green+Blue) = 12+55+89=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C3759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3759 is #F3C8A6. Grayscale: #2D2D2D. Windows color (decimal): -15976615 or 5846796. OLE color: 5846796.
HSL color Cylindrical-coordinate representation of color #0C3759: hue angle of 206.49º 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 #0C3759 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 55 | 89 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.65 |
| HSL | 206.49º | 0.76% | 0.2% | - |
| HSV(B) | 206.49º | 0.87% | 0.35% | - |
| XYZ | 3.32 | 3.53 | 9.96 | - |
| YUV | 46.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 89 | 0.87 | 0.38 | 0 | 0.65 | 206.49 | 0.76 | 0.2 |
| Hex | C | 37 | 59 | 57 | 26 | 0 | 41 | CE | 4C | 14 |
| Octal | 14 | 67 | 131 | 127 | 46 | 0 | 101 | 316 | 114 | 24 |
| Binary | 1100 | 110111 | 1011001 | 1010111 | 100110 | 0 | 1000001 | 11001110 | 1001100 | 10100 |
Color Harmonies of #0C3759
Complementary color
Monochromatic Colors of #0C3759
Black with #0C3759
Text Example
Text Example
White with #0C3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3759; }
p { color: rgb(12,55,89); }
H1.HeaderClassName
{
color: #0C3759;
}
.AnyTagClassName
{
color: #0C3759;
}
</style>
background-color css
<style>
a { background-color: #0C3759; }
a { background-color: rgb(12,55,89); }
div.DivClassName
{
background-color: #0C3759;
}
.BgClassName
{
background-color: #0C3759;
}
</style>
border-color css
<style>
span { border-color: #0C3759; }
span { border-color: rgb(12,55,89); }
td.TdClassName
{
border-color: #0C3759;
}
.TagClassName
{
border-color: #0C3759;
}
</style>