Shades of Prussian Blue #0C3562
Tints of Prussian Blue #0C3562
RGB
CMYK
RGB Variations
Color information
#0C3562 (or 0x0C3562) is known color: Prussian Blue. HEX triplet: 0C, 35 and 62. RGB value is (12,53,98). Sum of RGB (Red+Green+Blue) = 12+53+98=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C3562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3562 is #F3CA9D. Grayscale: #2D2D2D. Windows color (decimal): -15977118 or 6436108. OLE color: 6436108.
HSL color Cylindrical-coordinate representation of color #0C3562: hue angle of 211.4º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3562 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 53 | 98 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.62 |
| HSL | 211.4º | 0.78% | 0.22% | - |
| HSV(B) | 211.4º | 0.88% | 0.38% | - |
| XYZ | 3.63 | 3.51 | 12.04 | - |
| YUV | 45.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 98 | 0.88 | 0.46 | 0 | 0.62 | 211.4 | 0.78 | 0.22 |
| Hex | C | 35 | 62 | 58 | 2E | 0 | 3E | D3 | 4E | 16 |
| Octal | 14 | 65 | 142 | 130 | 56 | 0 | 76 | 323 | 116 | 26 |
| Binary | 1100 | 110101 | 1100010 | 1011000 | 101110 | 0 | 111110 | 11010011 | 1001110 | 10110 |
Color Harmonies of #0C3562
Complementary color
Monochromatic Colors of #0C3562
Black with #0C3562
Text Example
Text Example
White with #0C3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3562; }
p { color: rgb(12,53,98); }
H1.HeaderClassName
{
color: #0C3562;
}
.AnyTagClassName
{
color: #0C3562;
}
</style>
background-color css
<style>
a { background-color: #0C3562; }
a { background-color: rgb(12,53,98); }
div.DivClassName
{
background-color: #0C3562;
}
.BgClassName
{
background-color: #0C3562;
}
</style>
border-color css
<style>
span { border-color: #0C3562; }
span { border-color: rgb(12,53,98); }
td.TdClassName
{
border-color: #0C3562;
}
.TagClassName
{
border-color: #0C3562;
}
</style>