Shades of Prussian Blue #0C336F
Tints of Prussian Blue #0C336F
RGB
CMYK
RGB Variations
Color information
#0C336F (or 0x0C336F) is known color: Prussian Blue. HEX triplet: 0C, 33 and 6F. RGB value is (12,51,111). Sum of RGB (Red+Green+Blue) = 12+51+111=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C336F is #F3CC90. Grayscale: #2D2D2D. Windows color (decimal): -15977617 or 7287564. OLE color: 7287564.
HSL color Cylindrical-coordinate representation of color #0C336F: hue angle of 216.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C336F is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 51 | 111 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.56 |
| HSL | 216.36º | 0.8% | 0.24% | - |
| HSV(B) | 216.36º | 0.89% | 0.44% | - |
| XYZ | 4.2 | 3.59 | 15.51 | - |
| YUV | 46.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 111 | 0.89 | 0.54 | 0 | 0.56 | 216.36 | 0.8 | 0.24 |
| Hex | C | 33 | 6F | 59 | 36 | 0 | 38 | D8 | 50 | 18 |
| Octal | 14 | 63 | 157 | 131 | 66 | 0 | 70 | 330 | 120 | 30 |
| Binary | 1100 | 110011 | 1101111 | 1011001 | 110110 | 0 | 111000 | 11011000 | 1010000 | 11000 |
Color Harmonies of #0C336F
Complementary color
Monochromatic Colors of #0C336F
Black with #0C336F
Text Example
Text Example
White with #0C336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C336F; }
p { color: rgb(12,51,111); }
H1.HeaderClassName
{
color: #0C336F;
}
.AnyTagClassName
{
color: #0C336F;
}
</style>
background-color css
<style>
a { background-color: #0C336F; }
a { background-color: rgb(12,51,111); }
div.DivClassName
{
background-color: #0C336F;
}
.BgClassName
{
background-color: #0C336F;
}
</style>
border-color css
<style>
span { border-color: #0C336F; }
span { border-color: rgb(12,51,111); }
td.TdClassName
{
border-color: #0C336F;
}
.TagClassName
{
border-color: #0C336F;
}
</style>