Shades of Prussian Blue #0C2F5C
Tints of Prussian Blue #0C2F5C
RGB
CMYK
RGB Variations
Color information
#0C2F5C (or 0x0C2F5C) is known color: Prussian Blue. HEX triplet: 0C, 2F and 5C. RGB value is (12,47,92). Sum of RGB (Red+Green+Blue) = 12+47+92=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C2F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2F5C is #F3D0A3. Grayscale: #292929. Windows color (decimal): -15978660 or 6041356. OLE color: 6041356.
HSL color Cylindrical-coordinate representation of color #0C2F5C: hue angle of 213.75º 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 #0C2F5C is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 47 | 92 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.64 |
| HSL | 213.75º | 0.77% | 0.2% | - |
| HSV(B) | 213.75º | 0.87% | 0.36% | - |
| XYZ | 3.1 | 2.88 | 10.52 | - |
| YUV | 41.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 92 | 0.87 | 0.49 | 0 | 0.64 | 213.75 | 0.77 | 0.2 |
| Hex | C | 2F | 5C | 57 | 31 | 0 | 40 | D6 | 4D | 14 |
| Octal | 14 | 57 | 134 | 127 | 61 | 0 | 100 | 326 | 115 | 24 |
| Binary | 1100 | 101111 | 1011100 | 1010111 | 110001 | 0 | 1000000 | 11010110 | 1001101 | 10100 |
Color Harmonies of #0C2F5C
Complementary color
Monochromatic Colors of #0C2F5C
Black with #0C2F5C
Text Example
Text Example
White with #0C2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F5C; }
p { color: rgb(12,47,92); }
H1.HeaderClassName
{
color: #0C2F5C;
}
.AnyTagClassName
{
color: #0C2F5C;
}
</style>
background-color css
<style>
a { background-color: #0C2F5C; }
a { background-color: rgb(12,47,92); }
div.DivClassName
{
background-color: #0C2F5C;
}
.BgClassName
{
background-color: #0C2F5C;
}
</style>
border-color css
<style>
span { border-color: #0C2F5C; }
span { border-color: rgb(12,47,92); }
td.TdClassName
{
border-color: #0C2F5C;
}
.TagClassName
{
border-color: #0C2F5C;
}
</style>