Shades of Prussian Blue #0C4163
Tints of Prussian Blue #0C4163
RGB
CMYK
RGB Variations
Color information
#0C4163 (or 0x0C4163) is known color: Prussian Blue. HEX triplet: 0C, 41 and 63. RGB value is (12,65,99). Sum of RGB (Red+Green+Blue) = 12+65+99=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C4163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4163 is #F3BE9C. Grayscale: #343434. Windows color (decimal): -15974045 or 6504716. OLE color: 6504716.
HSL color Cylindrical-coordinate representation of color #0C4163: hue angle of 203.45º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4163 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 65 | 99 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.61 |
| HSL | 203.45º | 0.78% | 0.22% | - |
| HSV(B) | 203.45º | 0.88% | 0.39% | - |
| XYZ | 4.29 | 4.76 | 12.5 | - |
| YUV | 53.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 99 | 0.88 | 0.34 | 0 | 0.61 | 203.45 | 0.78 | 0.22 |
| Hex | C | 41 | 63 | 58 | 22 | 0 | 3D | CB | 4E | 16 |
| Octal | 14 | 101 | 143 | 130 | 42 | 0 | 75 | 313 | 116 | 26 |
| Binary | 1100 | 1000001 | 1100011 | 1011000 | 100010 | 0 | 111101 | 11001011 | 1001110 | 10110 |
Color Harmonies of #0C4163
Complementary color
Monochromatic Colors of #0C4163
Black with #0C4163
Text Example
Text Example
White with #0C4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4163; }
p { color: rgb(12,65,99); }
H1.HeaderClassName
{
color: #0C4163;
}
.AnyTagClassName
{
color: #0C4163;
}
</style>
background-color css
<style>
a { background-color: #0C4163; }
a { background-color: rgb(12,65,99); }
div.DivClassName
{
background-color: #0C4163;
}
.BgClassName
{
background-color: #0C4163;
}
</style>
border-color css
<style>
span { border-color: #0C4163; }
span { border-color: rgb(12,65,99); }
td.TdClassName
{
border-color: #0C4163;
}
.TagClassName
{
border-color: #0C4163;
}
</style>