Shades of Prussian Blue #013D57
Tints of Prussian Blue #013D57
RGB
CMYK
RGB Variations
Color information
#013D57 (or 0x013D57) is known color: Prussian Blue. HEX triplet: 01, 3D and 57. RGB value is (1,61,87). Sum of RGB (Red+Green+Blue) = 1+61+87=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #013D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D57 is #FEC2A8. Grayscale: #2D2D2D. Windows color (decimal): -16695977 or 5717249. OLE color: 5717249.
HSL color Cylindrical-coordinate representation of color #013D57: hue angle of 198.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D57 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 61 | 87 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.66 |
| HSL | 198.14º | 0.98% | 0.17% | - |
| HSV(B) | 198.14º | 0.99% | 0.34% | - |
| XYZ | 3.4 | 4.03 | 9.62 | - |
| YUV | 46.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 87 | 0.99 | 0.30 | 0 | 0.66 | 198.14 | 0.98 | 0.17 |
| Hex | 1 | 3D | 57 | 63 | 1E | 0 | 42 | C6 | 62 | 11 |
| Octal | 1 | 75 | 127 | 143 | 36 | 0 | 102 | 306 | 142 | 21 |
| Binary | 1 | 111101 | 1010111 | 1100011 | 11110 | 0 | 1000010 | 11000110 | 1100010 | 10001 |
Color Harmonies of #013D57
Complementary color
Monochromatic Colors of #013D57
Black with #013D57
Text Example
Text Example
White with #013D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D57; }
p { color: rgb(1,61,87); }
H1.HeaderClassName
{
color: #013D57;
}
.AnyTagClassName
{
color: #013D57;
}
</style>
background-color css
<style>
a { background-color: #013D57; }
a { background-color: rgb(1,61,87); }
div.DivClassName
{
background-color: #013D57;
}
.BgClassName
{
background-color: #013D57;
}
</style>
border-color css
<style>
span { border-color: #013D57; }
span { border-color: rgb(1,61,87); }
td.TdClassName
{
border-color: #013D57;
}
.TagClassName
{
border-color: #013D57;
}
</style>