Shades of Prussian Blue #013C59
Tints of Prussian Blue #013C59
RGB
CMYK
RGB Variations
Color information
#013C59 (or 0x013C59) is known color: Prussian Blue. HEX triplet: 01, 3C and 59. RGB value is (1,60,89). Sum of RGB (Red+Green+Blue) = 1+60+89=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #013C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C59 is #FEC3A6. Grayscale: #2D2D2D. Windows color (decimal): -16696231 or 5848065. OLE color: 5848065.
HSL color Cylindrical-coordinate representation of color #013C59: hue angle of 199.77º 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 #013C59 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 60 | 89 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.65 |
| HSL | 199.77º | 0.98% | 0.18% | - |
| HSV(B) | 199.77º | 0.99% | 0.35% | - |
| XYZ | 3.43 | 3.96 | 10.03 | - |
| YUV | 45.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 89 | 0.99 | 0.33 | 0 | 0.65 | 199.77 | 0.98 | 0.18 |
| Hex | 1 | 3C | 59 | 63 | 21 | 0 | 41 | C8 | 62 | 12 |
| Octal | 1 | 74 | 131 | 143 | 41 | 0 | 101 | 310 | 142 | 22 |
| Binary | 1 | 111100 | 1011001 | 1100011 | 100001 | 0 | 1000001 | 11001000 | 1100010 | 10010 |
Color Harmonies of #013C59
Complementary color
Monochromatic Colors of #013C59
Black with #013C59
Text Example
Text Example
White with #013C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C59; }
p { color: rgb(1,60,89); }
H1.HeaderClassName
{
color: #013C59;
}
.AnyTagClassName
{
color: #013C59;
}
</style>
background-color css
<style>
a { background-color: #013C59; }
a { background-color: rgb(1,60,89); }
div.DivClassName
{
background-color: #013C59;
}
.BgClassName
{
background-color: #013C59;
}
</style>
border-color css
<style>
span { border-color: #013C59; }
span { border-color: rgb(1,60,89); }
td.TdClassName
{
border-color: #013C59;
}
.TagClassName
{
border-color: #013C59;
}
</style>