Shades of Prussian Blue #0C365B
Tints of Prussian Blue #0C365B
RGB
CMYK
RGB Variations
Color information
#0C365B (or 0x0C365B) is known color: Prussian Blue. HEX triplet: 0C, 36 and 5B. RGB value is (12,54,91). Sum of RGB (Red+Green+Blue) = 12+54+91=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C365B is #F3C9A4. Grayscale: #2D2D2D. Windows color (decimal): -15976869 or 5977612. OLE color: 5977612.
HSL color Cylindrical-coordinate representation of color #0C365B: hue angle of 208.1º 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 #0C365B is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 54 | 91 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.64 |
| HSL | 208.1º | 0.77% | 0.2% | - |
| HSV(B) | 208.1º | 0.87% | 0.36% | - |
| XYZ | 3.36 | 3.47 | 10.39 | - |
| YUV | 45.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 91 | 0.87 | 0.41 | 0 | 0.64 | 208.1 | 0.77 | 0.2 |
| Hex | C | 36 | 5B | 57 | 29 | 0 | 40 | D0 | 4D | 14 |
| Octal | 14 | 66 | 133 | 127 | 51 | 0 | 100 | 320 | 115 | 24 |
| Binary | 1100 | 110110 | 1011011 | 1010111 | 101001 | 0 | 1000000 | 11010000 | 1001101 | 10100 |
Color Harmonies of #0C365B
Complementary color
Monochromatic Colors of #0C365B
Black with #0C365B
Text Example
Text Example
White with #0C365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C365B; }
p { color: rgb(12,54,91); }
H1.HeaderClassName
{
color: #0C365B;
}
.AnyTagClassName
{
color: #0C365B;
}
</style>
background-color css
<style>
a { background-color: #0C365B; }
a { background-color: rgb(12,54,91); }
div.DivClassName
{
background-color: #0C365B;
}
.BgClassName
{
background-color: #0C365B;
}
</style>
border-color css
<style>
span { border-color: #0C365B; }
span { border-color: rgb(12,54,91); }
td.TdClassName
{
border-color: #0C365B;
}
.TagClassName
{
border-color: #0C365B;
}
</style>