Shades of Prussian Blue #0C3C5B
Tints of Prussian Blue #0C3C5B
RGB
CMYK
RGB Variations
Color information
#0C3C5B (or 0x0C3C5B) is known color: Prussian Blue. HEX triplet: 0C, 3C and 5B. RGB value is (12,60,91). Sum of RGB (Red+Green+Blue) = 12+60+91=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C3C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3C5B is #F3C3A4. Grayscale: #313131. Windows color (decimal): -15975333 or 5979148. OLE color: 5979148.
HSL color Cylindrical-coordinate representation of color #0C3C5B: hue angle of 203.54º 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 #0C3C5B is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 60 | 91 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.64 |
| HSL | 203.54º | 0.77% | 0.2% | - |
| HSV(B) | 203.54º | 0.87% | 0.36% | - |
| XYZ | 3.66 | 4.07 | 10.49 | - |
| YUV | 49.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 91 | 0.87 | 0.34 | 0 | 0.64 | 203.54 | 0.77 | 0.2 |
| Hex | C | 3C | 5B | 57 | 22 | 0 | 40 | CC | 4D | 14 |
| Octal | 14 | 74 | 133 | 127 | 42 | 0 | 100 | 314 | 115 | 24 |
| Binary | 1100 | 111100 | 1011011 | 1010111 | 100010 | 0 | 1000000 | 11001100 | 1001101 | 10100 |
Color Harmonies of #0C3C5B
Complementary color
Monochromatic Colors of #0C3C5B
Black with #0C3C5B
Text Example
Text Example
White with #0C3C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3C5B; }
p { color: rgb(12,60,91); }
H1.HeaderClassName
{
color: #0C3C5B;
}
.AnyTagClassName
{
color: #0C3C5B;
}
</style>
background-color css
<style>
a { background-color: #0C3C5B; }
a { background-color: rgb(12,60,91); }
div.DivClassName
{
background-color: #0C3C5B;
}
.BgClassName
{
background-color: #0C3C5B;
}
</style>
border-color css
<style>
span { border-color: #0C3C5B; }
span { border-color: rgb(12,60,91); }
td.TdClassName
{
border-color: #0C3C5B;
}
.TagClassName
{
border-color: #0C3C5B;
}
</style>