Shades of Prussian Blue #013961
Tints of Prussian Blue #013961
RGB
CMYK
RGB Variations
Color information
#013961 (or 0x013961) is known color: Prussian Blue. HEX triplet: 01, 39 and 61. RGB value is (1,57,97). Sum of RGB (Red+Green+Blue) = 1+57+97=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #013961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013961 is #FEC69E. Grayscale: #2C2C2C. Windows color (decimal): -16696991 or 6371585. OLE color: 6371585.
HSL color Cylindrical-coordinate representation of color #013961: hue angle of 205º 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 #013961 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 57 | 97 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.62 |
| HSL | 205º | 0.98% | 0.19% | - |
| HSV(B) | 205º | 0.99% | 0.38% | - |
| XYZ | 3.63 | 3.8 | 11.85 | - |
| YUV | 44.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 97 | 0.99 | 0.41 | 0 | 0.62 | 205 | 0.98 | 0.19 |
| Hex | 1 | 39 | 61 | 63 | 29 | 0 | 3E | CD | 62 | 13 |
| Octal | 1 | 71 | 141 | 143 | 51 | 0 | 76 | 315 | 142 | 23 |
| Binary | 1 | 111001 | 1100001 | 1100011 | 101001 | 0 | 111110 | 11001101 | 1100010 | 10011 |
Color Harmonies of #013961
Complementary color
Monochromatic Colors of #013961
Black with #013961
Text Example
Text Example
White with #013961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013961; }
p { color: rgb(1,57,97); }
H1.HeaderClassName
{
color: #013961;
}
.AnyTagClassName
{
color: #013961;
}
</style>
background-color css
<style>
a { background-color: #013961; }
a { background-color: rgb(1,57,97); }
div.DivClassName
{
background-color: #013961;
}
.BgClassName
{
background-color: #013961;
}
</style>
border-color css
<style>
span { border-color: #013961; }
span { border-color: rgb(1,57,97); }
td.TdClassName
{
border-color: #013961;
}
.TagClassName
{
border-color: #013961;
}
</style>