Shades of Prussian Blue #013870
Tints of Prussian Blue #013870
RGB
CMYK
RGB Variations
Color information
#013870 (or 0x013870) is known color: Prussian Blue. HEX triplet: 01, 38 and 70. RGB value is (1,56,112). Sum of RGB (Red+Green+Blue) = 1+56+112=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #013870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013870 is #FEC78F. Grayscale: #2D2D2D. Windows color (decimal): -16697232 or 7354369. OLE color: 7354369.
HSL color Cylindrical-coordinate representation of color #013870: hue angle of 210.27º 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 #013870 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 56 | 112 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.56 |
| HSL | 210.27º | 0.98% | 0.22% | - |
| HSV(B) | 210.27º | 0.99% | 0.44% | - |
| XYZ | 4.35 | 4 | 15.87 | - |
| YUV | 45.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 112 | 0.99 | 0.50 | 0 | 0.56 | 210.27 | 0.98 | 0.22 |
| Hex | 1 | 38 | 70 | 63 | 32 | 0 | 38 | D2 | 62 | 16 |
| Octal | 1 | 70 | 160 | 143 | 62 | 0 | 70 | 322 | 142 | 26 |
| Binary | 1 | 111000 | 1110000 | 1100011 | 110010 | 0 | 111000 | 11010010 | 1100010 | 10110 |
Color Harmonies of #013870
Complementary color
Monochromatic Colors of #013870
Black with #013870
Text Example
Text Example
White with #013870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013870; }
p { color: rgb(1,56,112); }
H1.HeaderClassName
{
color: #013870;
}
.AnyTagClassName
{
color: #013870;
}
</style>
background-color css
<style>
a { background-color: #013870; }
a { background-color: rgb(1,56,112); }
div.DivClassName
{
background-color: #013870;
}
.BgClassName
{
background-color: #013870;
}
</style>
border-color css
<style>
span { border-color: #013870; }
span { border-color: rgb(1,56,112); }
td.TdClassName
{
border-color: #013870;
}
.TagClassName
{
border-color: #013870;
}
</style>