Shades of Prussian Blue #0C4066
Tints of Prussian Blue #0C4066
RGB
CMYK
RGB Variations
Color information
#0C4066 (or 0x0C4066) is known color: Prussian Blue. HEX triplet: 0C, 40 and 66. RGB value is (12,64,102). Sum of RGB (Red+Green+Blue) = 12+64+102=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C4066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4066 is #F3BF99. Grayscale: #343434. Windows color (decimal): -15974298 or 6701068. OLE color: 6701068.
HSL color Cylindrical-coordinate representation of color #0C4066: hue angle of 205.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4066 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 64 | 102 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.6 |
| HSL | 205.33º | 0.79% | 0.22% | - |
| HSV(B) | 205.33º | 0.88% | 0.4% | - |
| XYZ | 4.38 | 4.7 | 13.25 | - |
| YUV | 52.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 102 | 0.88 | 0.37 | 0 | 0.6 | 205.33 | 0.79 | 0.22 |
| Hex | C | 40 | 66 | 58 | 25 | 0 | 3C | CD | 4F | 16 |
| Octal | 14 | 100 | 146 | 130 | 45 | 0 | 74 | 315 | 117 | 26 |
| Binary | 1100 | 1000000 | 1100110 | 1011000 | 100101 | 0 | 111100 | 11001101 | 1001111 | 10110 |
Color Harmonies of #0C4066
Complementary color
Monochromatic Colors of #0C4066
Black with #0C4066
Text Example
Text Example
White with #0C4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4066; }
p { color: rgb(12,64,102); }
H1.HeaderClassName
{
color: #0C4066;
}
.AnyTagClassName
{
color: #0C4066;
}
</style>
background-color css
<style>
a { background-color: #0C4066; }
a { background-color: rgb(12,64,102); }
div.DivClassName
{
background-color: #0C4066;
}
.BgClassName
{
background-color: #0C4066;
}
</style>
border-color css
<style>
span { border-color: #0C4066; }
span { border-color: rgb(12,64,102); }
td.TdClassName
{
border-color: #0C4066;
}
.TagClassName
{
border-color: #0C4066;
}
</style>