Shades of Prussian Blue #013056
Tints of Prussian Blue #013056
RGB
CMYK
RGB Variations
Color information
#013056 (or 0x013056) is known color: Prussian Blue. HEX triplet: 01, 30 and 56. RGB value is (1,48,86). Sum of RGB (Red+Green+Blue) = 1+48+86=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #013056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013056 is #FECFA9. Grayscale: #262626. Windows color (decimal): -16699306 or 5648385. OLE color: 5648385.
HSL color Cylindrical-coordinate representation of color #013056: hue angle of 206.82º 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 #013056 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 48 | 86 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.66 |
| HSL | 206.82º | 0.98% | 0.17% | - |
| HSV(B) | 206.82º | 0.99% | 0.34% | - |
| XYZ | 2.75 | 2.79 | 9.2 | - |
| YUV | 38.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 86 | 0.99 | 0.44 | 0 | 0.66 | 206.82 | 0.98 | 0.17 |
| Hex | 1 | 30 | 56 | 63 | 2C | 0 | 42 | CF | 62 | 11 |
| Octal | 1 | 60 | 126 | 143 | 54 | 0 | 102 | 317 | 142 | 21 |
| Binary | 1 | 110000 | 1010110 | 1100011 | 101100 | 0 | 1000010 | 11001111 | 1100010 | 10001 |
Color Harmonies of #013056
Complementary color
Monochromatic Colors of #013056
Black with #013056
Text Example
Text Example
White with #013056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013056; }
p { color: rgb(1,48,86); }
H1.HeaderClassName
{
color: #013056;
}
.AnyTagClassName
{
color: #013056;
}
</style>
background-color css
<style>
a { background-color: #013056; }
a { background-color: rgb(1,48,86); }
div.DivClassName
{
background-color: #013056;
}
.BgClassName
{
background-color: #013056;
}
</style>
border-color css
<style>
span { border-color: #013056; }
span { border-color: rgb(1,48,86); }
td.TdClassName
{
border-color: #013056;
}
.TagClassName
{
border-color: #013056;
}
</style>