Shades of Prussian Blue #013564
Tints of Prussian Blue #013564
RGB
CMYK
RGB Variations
Color information
#013564 (or 0x013564) is known color: Prussian Blue. HEX triplet: 01, 35 and 64. RGB value is (1,53,100). Sum of RGB (Red+Green+Blue) = 1+53+100=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #013564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013564 is #FECA9B. Grayscale: #2A2A2A. Windows color (decimal): -16698012 or 6567169. OLE color: 6567169.
HSL color Cylindrical-coordinate representation of color #013564: hue angle of 208.48º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013564 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 53 | 100 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.61 |
| HSL | 208.48º | 0.98% | 0.2% | - |
| HSV(B) | 208.48º | 0.99% | 0.39% | - |
| XYZ | 3.59 | 3.47 | 12.54 | - |
| YUV | 42.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 100 | 0.99 | 0.47 | 0 | 0.61 | 208.48 | 0.98 | 0.2 |
| Hex | 1 | 35 | 64 | 63 | 2F | 0 | 3D | D0 | 62 | 14 |
| Octal | 1 | 65 | 144 | 143 | 57 | 0 | 75 | 320 | 142 | 24 |
| Binary | 1 | 110101 | 1100100 | 1100011 | 101111 | 0 | 111101 | 11010000 | 1100010 | 10100 |
Color Harmonies of #013564
Complementary color
Monochromatic Colors of #013564
Black with #013564
Text Example
Text Example
White with #013564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013564; }
p { color: rgb(1,53,100); }
H1.HeaderClassName
{
color: #013564;
}
.AnyTagClassName
{
color: #013564;
}
</style>
background-color css
<style>
a { background-color: #013564; }
a { background-color: rgb(1,53,100); }
div.DivClassName
{
background-color: #013564;
}
.BgClassName
{
background-color: #013564;
}
</style>
border-color css
<style>
span { border-color: #013564; }
span { border-color: rgb(1,53,100); }
td.TdClassName
{
border-color: #013564;
}
.TagClassName
{
border-color: #013564;
}
</style>