Shades of Prussian Blue #013657
Tints of Prussian Blue #013657
RGB
CMYK
RGB Variations
Color information
#013657 (or 0x013657) is known color: Prussian Blue. HEX triplet: 01, 36 and 57. RGB value is (1,54,87). Sum of RGB (Red+Green+Blue) = 1+54+87=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #013657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013657 is #FEC9A8. Grayscale: #292929. Windows color (decimal): -16697769 or 5715457. OLE color: 5715457.
HSL color Cylindrical-coordinate representation of color #013657: hue angle of 203.02º 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 #013657 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 54 | 87 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.66 |
| HSL | 203.02º | 0.98% | 0.17% | - |
| HSV(B) | 203.02º | 0.99% | 0.34% | - |
| XYZ | 3.05 | 3.33 | 9.5 | - |
| YUV | 41.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 87 | 0.99 | 0.38 | 0 | 0.66 | 203.02 | 0.98 | 0.17 |
| Hex | 1 | 36 | 57 | 63 | 26 | 0 | 42 | CB | 62 | 11 |
| Octal | 1 | 66 | 127 | 143 | 46 | 0 | 102 | 313 | 142 | 21 |
| Binary | 1 | 110110 | 1010111 | 1100011 | 100110 | 0 | 1000010 | 11001011 | 1100010 | 10001 |
Color Harmonies of #013657
Complementary color
Monochromatic Colors of #013657
Black with #013657
Text Example
Text Example
White with #013657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013657; }
p { color: rgb(1,54,87); }
H1.HeaderClassName
{
color: #013657;
}
.AnyTagClassName
{
color: #013657;
}
</style>
background-color css
<style>
a { background-color: #013657; }
a { background-color: rgb(1,54,87); }
div.DivClassName
{
background-color: #013657;
}
.BgClassName
{
background-color: #013657;
}
</style>
border-color css
<style>
span { border-color: #013657; }
span { border-color: rgb(1,54,87); }
td.TdClassName
{
border-color: #013657;
}
.TagClassName
{
border-color: #013657;
}
</style>