Shades of Prussian Blue #013B58
Tints of Prussian Blue #013B58
RGB
CMYK
RGB Variations
Color information
#013B58 (or 0x013B58) is known color: Prussian Blue. HEX triplet: 01, 3B and 58. RGB value is (1,59,88). Sum of RGB (Red+Green+Blue) = 1+59+88=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #013B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B58 is #FEC4A7. Grayscale: #2C2C2C. Windows color (decimal): -16696488 or 5782273. OLE color: 5782273.
HSL color Cylindrical-coordinate representation of color #013B58: hue angle of 200º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B58 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 59 | 88 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.65 |
| HSL | 200º | 0.98% | 0.17% | - |
| HSV(B) | 200º | 0.99% | 0.35% | - |
| XYZ | 3.34 | 3.84 | 9.8 | - |
| YUV | 44.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 88 | 0.99 | 0.33 | 0 | 0.65 | 200 | 0.98 | 0.17 |
| Hex | 1 | 3B | 58 | 63 | 21 | 0 | 41 | C8 | 62 | 11 |
| Octal | 1 | 73 | 130 | 143 | 41 | 0 | 101 | 310 | 142 | 21 |
| Binary | 1 | 111011 | 1011000 | 1100011 | 100001 | 0 | 1000001 | 11001000 | 1100010 | 10001 |
Color Harmonies of #013B58
Complementary color
Monochromatic Colors of #013B58
Black with #013B58
Text Example
Text Example
White with #013B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B58; }
p { color: rgb(1,59,88); }
H1.HeaderClassName
{
color: #013B58;
}
.AnyTagClassName
{
color: #013B58;
}
</style>
background-color css
<style>
a { background-color: #013B58; }
a { background-color: rgb(1,59,88); }
div.DivClassName
{
background-color: #013B58;
}
.BgClassName
{
background-color: #013B58;
}
</style>
border-color css
<style>
span { border-color: #013B58; }
span { border-color: rgb(1,59,88); }
td.TdClassName
{
border-color: #013B58;
}
.TagClassName
{
border-color: #013B58;
}
</style>