Shades of Prussian Blue #013F60
Tints of Prussian Blue #013F60
RGB
CMYK
RGB Variations
Color information
#013F60 (or 0x013F60) is known color: Prussian Blue. HEX triplet: 01, 3F and 60. RGB value is (1,63,96). Sum of RGB (Red+Green+Blue) = 1+63+96=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #013F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F60 is #FEC09F. Grayscale: #303030. Windows color (decimal): -16695456 or 6307585. OLE color: 6307585.
HSL color Cylindrical-coordinate representation of color #013F60: hue angle of 200.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F60 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 63 | 96 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.62 |
| HSL | 200.84º | 0.98% | 0.19% | - |
| HSV(B) | 200.84º | 0.99% | 0.38% | - |
| XYZ | 3.9 | 4.41 | 11.71 | - |
| YUV | 48.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 96 | 0.99 | 0.34 | 0 | 0.62 | 200.84 | 0.98 | 0.19 |
| Hex | 1 | 3F | 60 | 63 | 22 | 0 | 3E | C9 | 62 | 13 |
| Octal | 1 | 77 | 140 | 143 | 42 | 0 | 76 | 311 | 142 | 23 |
| Binary | 1 | 111111 | 1100000 | 1100011 | 100010 | 0 | 111110 | 11001001 | 1100010 | 10011 |
Color Harmonies of #013F60
Complementary color
Monochromatic Colors of #013F60
Black with #013F60
Text Example
Text Example
White with #013F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F60; }
p { color: rgb(1,63,96); }
H1.HeaderClassName
{
color: #013F60;
}
.AnyTagClassName
{
color: #013F60;
}
</style>
background-color css
<style>
a { background-color: #013F60; }
a { background-color: rgb(1,63,96); }
div.DivClassName
{
background-color: #013F60;
}
.BgClassName
{
background-color: #013F60;
}
</style>
border-color css
<style>
span { border-color: #013F60; }
span { border-color: rgb(1,63,96); }
td.TdClassName
{
border-color: #013F60;
}
.TagClassName
{
border-color: #013F60;
}
</style>