Shades of Prussian Blue #0C3167
Tints of Prussian Blue #0C3167
RGB
CMYK
RGB Variations
Color information
#0C3167 (or 0x0C3167) is known color: Prussian Blue. HEX triplet: 0C, 31 and 67. RGB value is (12,49,103). Sum of RGB (Red+Green+Blue) = 12+49+103=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C3167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3167 is #F3CE98. Grayscale: #2B2B2B. Windows color (decimal): -15978137 or 6762764. OLE color: 6762764.
HSL color Cylindrical-coordinate representation of color #0C3167: hue angle of 215.6º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3167 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 49 | 103 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.60 |
| HSL | 215.6º | 0.79% | 0.23% | - |
| HSV(B) | 215.6º | 0.88% | 0.4% | - |
| XYZ | 3.7 | 3.25 | 13.27 | - |
| YUV | 44.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 103 | 0.88 | 0.52 | 0 | 0.60 | 215.6 | 0.79 | 0.23 |
| Hex | C | 31 | 67 | 58 | 34 | 0 | 3C | D8 | 4F | 17 |
| Octal | 14 | 61 | 147 | 130 | 64 | 0 | 74 | 330 | 117 | 27 |
| Binary | 1100 | 110001 | 1100111 | 1011000 | 110100 | 0 | 111100 | 11011000 | 1001111 | 10111 |
Color Harmonies of #0C3167
Complementary color
Monochromatic Colors of #0C3167
Black with #0C3167
Text Example
Text Example
White with #0C3167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3167; }
p { color: rgb(12,49,103); }
H1.HeaderClassName
{
color: #0C3167;
}
.AnyTagClassName
{
color: #0C3167;
}
</style>
background-color css
<style>
a { background-color: #0C3167; }
a { background-color: rgb(12,49,103); }
div.DivClassName
{
background-color: #0C3167;
}
.BgClassName
{
background-color: #0C3167;
}
</style>
border-color css
<style>
span { border-color: #0C3167; }
span { border-color: rgb(12,49,103); }
td.TdClassName
{
border-color: #0C3167;
}
.TagClassName
{
border-color: #0C3167;
}
</style>