Shades of Prussian Blue #013671
Tints of Prussian Blue #013671
RGB
CMYK
RGB Variations
Color information
#013671 (or 0x013671) is known color: Prussian Blue. HEX triplet: 01, 36 and 71. RGB value is (1,54,113). Sum of RGB (Red+Green+Blue) = 1+54+113=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #013671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013671 is #FEC98E. Grayscale: #2C2C2C. Windows color (decimal): -16697743 or 7419393. OLE color: 7419393.
HSL color Cylindrical-coordinate representation of color #013671: hue angle of 211.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013671 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 54 | 113 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.56 |
| HSL | 211.61º | 0.98% | 0.22% | - |
| HSV(B) | 211.61º | 0.99% | 0.44% | - |
| XYZ | 4.31 | 3.84 | 16.14 | - |
| YUV | 44.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 113 | 0.99 | 0.52 | 0 | 0.56 | 211.61 | 0.98 | 0.22 |
| Hex | 1 | 36 | 71 | 63 | 34 | 0 | 38 | D4 | 62 | 16 |
| Octal | 1 | 66 | 161 | 143 | 64 | 0 | 70 | 324 | 142 | 26 |
| Binary | 1 | 110110 | 1110001 | 1100011 | 110100 | 0 | 111000 | 11010100 | 1100010 | 10110 |
Color Harmonies of #013671
Complementary color
Monochromatic Colors of #013671
Black with #013671
Text Example
Text Example
White with #013671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013671; }
p { color: rgb(1,54,113); }
H1.HeaderClassName
{
color: #013671;
}
.AnyTagClassName
{
color: #013671;
}
</style>
background-color css
<style>
a { background-color: #013671; }
a { background-color: rgb(1,54,113); }
div.DivClassName
{
background-color: #013671;
}
.BgClassName
{
background-color: #013671;
}
</style>
border-color css
<style>
span { border-color: #013671; }
span { border-color: rgb(1,54,113); }
td.TdClassName
{
border-color: #013671;
}
.TagClassName
{
border-color: #013671;
}
</style>