Shades of Prussian Blue #013565
Tints of Prussian Blue #013565
RGB
CMYK
RGB Variations
Color information
#013565 (or 0x013565) is known color: Prussian Blue. HEX triplet: 01, 35 and 65. RGB value is (1,53,101). Sum of RGB (Red+Green+Blue) = 1+53+101=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #013565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013565 is #FECA9A. Grayscale: #2A2A2A. Windows color (decimal): -16698011 or 6632705. OLE color: 6632705.
HSL color Cylindrical-coordinate representation of color #013565: hue angle of 208.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013565 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 53 | 101 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.60 |
| HSL | 208.8º | 0.98% | 0.2% | - |
| HSV(B) | 208.8º | 0.99% | 0.4% | - |
| XYZ | 3.63 | 3.49 | 12.79 | - |
| YUV | 42.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 101 | 0.99 | 0.48 | 0 | 0.60 | 208.8 | 0.98 | 0.2 |
| Hex | 1 | 35 | 65 | 63 | 30 | 0 | 3C | D1 | 62 | 14 |
| Octal | 1 | 65 | 145 | 143 | 60 | 0 | 74 | 321 | 142 | 24 |
| Binary | 1 | 110101 | 1100101 | 1100011 | 110000 | 0 | 111100 | 11010001 | 1100010 | 10100 |
Color Harmonies of #013565
Complementary color
Monochromatic Colors of #013565
Black with #013565
Text Example
Text Example
White with #013565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013565; }
p { color: rgb(1,53,101); }
H1.HeaderClassName
{
color: #013565;
}
.AnyTagClassName
{
color: #013565;
}
</style>
background-color css
<style>
a { background-color: #013565; }
a { background-color: rgb(1,53,101); }
div.DivClassName
{
background-color: #013565;
}
.BgClassName
{
background-color: #013565;
}
</style>
border-color css
<style>
span { border-color: #013565; }
span { border-color: rgb(1,53,101); }
td.TdClassName
{
border-color: #013565;
}
.TagClassName
{
border-color: #013565;
}
</style>