Shades of Prussian Blue #0C3665
Tints of Prussian Blue #0C3665
RGB
CMYK
RGB Variations
Color information
#0C3665 (or 0x0C3665) is known color: Prussian Blue. HEX triplet: 0C, 36 and 65. RGB value is (12,54,101). Sum of RGB (Red+Green+Blue) = 12+54+101=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C3665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3665 is #F3C99A. Grayscale: #2E2E2E. Windows color (decimal): -15976859 or 6632972. OLE color: 6632972.
HSL color Cylindrical-coordinate representation of color #0C3665: hue angle of 211.69º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3665 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 54 | 101 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.60 |
| HSL | 211.69º | 0.79% | 0.22% | - |
| HSV(B) | 211.69º | 0.88% | 0.4% | - |
| XYZ | 3.82 | 3.66 | 12.82 | - |
| YUV | 46.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 101 | 0.88 | 0.47 | 0 | 0.60 | 211.69 | 0.79 | 0.22 |
| Hex | C | 36 | 65 | 58 | 2F | 0 | 3C | D4 | 4F | 16 |
| Octal | 14 | 66 | 145 | 130 | 57 | 0 | 74 | 324 | 117 | 26 |
| Binary | 1100 | 110110 | 1100101 | 1011000 | 101111 | 0 | 111100 | 11010100 | 1001111 | 10110 |
Color Harmonies of #0C3665
Complementary color
Monochromatic Colors of #0C3665
Black with #0C3665
Text Example
Text Example
White with #0C3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3665; }
p { color: rgb(12,54,101); }
H1.HeaderClassName
{
color: #0C3665;
}
.AnyTagClassName
{
color: #0C3665;
}
</style>
background-color css
<style>
a { background-color: #0C3665; }
a { background-color: rgb(12,54,101); }
div.DivClassName
{
background-color: #0C3665;
}
.BgClassName
{
background-color: #0C3665;
}
</style>
border-color css
<style>
span { border-color: #0C3665; }
span { border-color: rgb(12,54,101); }
td.TdClassName
{
border-color: #0C3665;
}
.TagClassName
{
border-color: #0C3665;
}
</style>