Shades of Prussian Blue #013051
Tints of Prussian Blue #013051
RGB
CMYK
RGB Variations
Color information
#013051 (or 0x013051) is known color: Prussian Blue. HEX triplet: 01, 30 and 51. RGB value is (1,48,81). Sum of RGB (Red+Green+Blue) = 1+48+81=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #013051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013051 is #FECFAE. Grayscale: #252525. Windows color (decimal): -16699311 or 5320705. OLE color: 5320705.
HSL color Cylindrical-coordinate representation of color #013051: hue angle of 204.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013051 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 48 | 81 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.68 |
| HSL | 204.75º | 0.98% | 0.16% | - |
| HSV(B) | 204.75º | 0.99% | 0.32% | - |
| XYZ | 2.55 | 2.71 | 8.17 | - |
| YUV | 37.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 81 | 0.99 | 0.41 | 0 | 0.68 | 204.75 | 0.98 | 0.16 |
| Hex | 1 | 30 | 51 | 63 | 29 | 0 | 44 | CD | 62 | 10 |
| Octal | 1 | 60 | 121 | 143 | 51 | 0 | 104 | 315 | 142 | 20 |
| Binary | 1 | 110000 | 1010001 | 1100011 | 101001 | 0 | 1000100 | 11001101 | 1100010 | 10000 |
Color Harmonies of #013051
Complementary color
Monochromatic Colors of #013051
Black with #013051
Text Example
Text Example
White with #013051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013051; }
p { color: rgb(1,48,81); }
H1.HeaderClassName
{
color: #013051;
}
.AnyTagClassName
{
color: #013051;
}
</style>
background-color css
<style>
a { background-color: #013051; }
a { background-color: rgb(1,48,81); }
div.DivClassName
{
background-color: #013051;
}
.BgClassName
{
background-color: #013051;
}
</style>
border-color css
<style>
span { border-color: #013051; }
span { border-color: rgb(1,48,81); }
td.TdClassName
{
border-color: #013051;
}
.TagClassName
{
border-color: #013051;
}
</style>