Shades of Prussian Blue #0C375B
Tints of Prussian Blue #0C375B
RGB
CMYK
RGB Variations
Color information
#0C375B (or 0x0C375B) is known color: Prussian Blue. HEX triplet: 0C, 37 and 5B. RGB value is (12,55,91). Sum of RGB (Red+Green+Blue) = 12+55+91=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C375B is #F3C8A4. Grayscale: #2E2E2E. Windows color (decimal): -15976613 or 5977868. OLE color: 5977868.
HSL color Cylindrical-coordinate representation of color #0C375B: hue angle of 207.34º 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 #0C375B is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 55 | 91 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.64 |
| HSL | 207.34º | 0.77% | 0.2% | - |
| HSV(B) | 207.34º | 0.87% | 0.36% | - |
| XYZ | 3.41 | 3.57 | 10.41 | - |
| YUV | 46.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 91 | 0.87 | 0.40 | 0 | 0.64 | 207.34 | 0.77 | 0.2 |
| Hex | C | 37 | 5B | 57 | 28 | 0 | 40 | CF | 4D | 14 |
| Octal | 14 | 67 | 133 | 127 | 50 | 0 | 100 | 317 | 115 | 24 |
| Binary | 1100 | 110111 | 1011011 | 1010111 | 101000 | 0 | 1000000 | 11001111 | 1001101 | 10100 |
Color Harmonies of #0C375B
Complementary color
Monochromatic Colors of #0C375B
Black with #0C375B
Text Example
Text Example
White with #0C375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C375B; }
p { color: rgb(12,55,91); }
H1.HeaderClassName
{
color: #0C375B;
}
.AnyTagClassName
{
color: #0C375B;
}
</style>
background-color css
<style>
a { background-color: #0C375B; }
a { background-color: rgb(12,55,91); }
div.DivClassName
{
background-color: #0C375B;
}
.BgClassName
{
background-color: #0C375B;
}
</style>
border-color css
<style>
span { border-color: #0C375B; }
span { border-color: rgb(12,55,91); }
td.TdClassName
{
border-color: #0C375B;
}
.TagClassName
{
border-color: #0C375B;
}
</style>