Shades of Prussian Blue #013059
Tints of Prussian Blue #013059
RGB
CMYK
RGB Variations
Color information
#013059 (or 0x013059) is known color: Prussian Blue. HEX triplet: 01, 30 and 59. RGB value is (1,48,89). Sum of RGB (Red+Green+Blue) = 1+48+89=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #013059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013059 is #FECFA6. Grayscale: #262626. Windows color (decimal): -16699303 or 5844993. OLE color: 5844993.
HSL color Cylindrical-coordinate representation of color #013059: hue angle of 207.95º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013059 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 48 | 89 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.65 |
| HSL | 207.95º | 0.98% | 0.18% | - |
| HSV(B) | 207.95º | 0.99% | 0.35% | - |
| XYZ | 2.87 | 2.84 | 9.85 | - |
| YUV | 38.62 | 156.43 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 89 | 0.99 | 0.46 | 0 | 0.65 | 207.95 | 0.98 | 0.18 |
| Hex | 1 | 30 | 59 | 63 | 2E | 0 | 41 | D0 | 62 | 12 |
| Octal | 1 | 60 | 131 | 143 | 56 | 0 | 101 | 320 | 142 | 22 |
| Binary | 1 | 110000 | 1011001 | 1100011 | 101110 | 0 | 1000001 | 11010000 | 1100010 | 10010 |
Color Harmonies of #013059
Complementary color
Monochromatic Colors of #013059
Black with #013059
Text Example
Text Example
White with #013059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013059; }
p { color: rgb(1,48,89); }
H1.HeaderClassName
{
color: #013059;
}
.AnyTagClassName
{
color: #013059;
}
</style>
background-color css
<style>
a { background-color: #013059; }
a { background-color: rgb(1,48,89); }
div.DivClassName
{
background-color: #013059;
}
.BgClassName
{
background-color: #013059;
}
</style>
border-color css
<style>
span { border-color: #013059; }
span { border-color: rgb(1,48,89); }
td.TdClassName
{
border-color: #013059;
}
.TagClassName
{
border-color: #013059;
}
</style>