Shades of Prussian Blue #0C2E5C
Tints of Prussian Blue #0C2E5C
RGB
CMYK
RGB Variations
Color information
#0C2E5C (or 0x0C2E5C) is known color: Prussian Blue. HEX triplet: 0C, 2E and 5C. RGB value is (12,46,92). Sum of RGB (Red+Green+Blue) = 12+46+92=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C2E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2E5C is #F3D1A3. Grayscale: #282828. Windows color (decimal): -15978916 or 6041100. OLE color: 6041100.
HSL color Cylindrical-coordinate representation of color #0C2E5C: hue angle of 214.5º 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 #0C2E5C is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 46 | 92 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.64 |
| HSL | 214.5º | 0.77% | 0.2% | - |
| HSV(B) | 214.5º | 0.87% | 0.36% | - |
| XYZ | 3.06 | 2.8 | 10.51 | - |
| YUV | 41.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 92 | 0.87 | 0.50 | 0 | 0.64 | 214.5 | 0.77 | 0.2 |
| Hex | C | 2E | 5C | 57 | 32 | 0 | 40 | D6 | 4D | 14 |
| Octal | 14 | 56 | 134 | 127 | 62 | 0 | 100 | 326 | 115 | 24 |
| Binary | 1100 | 101110 | 1011100 | 1010111 | 110010 | 0 | 1000000 | 11010110 | 1001101 | 10100 |
Color Harmonies of #0C2E5C
Complementary color
Monochromatic Colors of #0C2E5C
Black with #0C2E5C
Text Example
Text Example
White with #0C2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E5C; }
p { color: rgb(12,46,92); }
H1.HeaderClassName
{
color: #0C2E5C;
}
.AnyTagClassName
{
color: #0C2E5C;
}
</style>
background-color css
<style>
a { background-color: #0C2E5C; }
a { background-color: rgb(12,46,92); }
div.DivClassName
{
background-color: #0C2E5C;
}
.BgClassName
{
background-color: #0C2E5C;
}
</style>
border-color css
<style>
span { border-color: #0C2E5C; }
span { border-color: rgb(12,46,92); }
td.TdClassName
{
border-color: #0C2E5C;
}
.TagClassName
{
border-color: #0C2E5C;
}
</style>