Shades of Prussian Blue #01314E
Tints of Prussian Blue #01314E
RGB
CMYK
RGB Variations
Color information
#01314E (or 0x01314E) is known color: Prussian Blue. HEX triplet: 01, 31 and 4E. RGB value is (1,49,78). Sum of RGB (Red+Green+Blue) = 1+49+78=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #01314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01314E is #FECEB1. Grayscale: #252525. Windows color (decimal): -16699058 or 5124353. OLE color: 5124353.
HSL color Cylindrical-coordinate representation of color #01314E: hue angle of 202.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01314E is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 49 | 78 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.69 |
| HSL | 202.6º | 0.97% | 0.15% | - |
| HSV(B) | 202.6º | 0.99% | 0.31% | - |
| XYZ | 2.49 | 2.75 | 7.61 | - |
| YUV | 37.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 78 | 0.99 | 0.37 | 0 | 0.69 | 202.6 | 0.97 | 0.15 |
| Hex | 1 | 31 | 4E | 63 | 25 | 0 | 45 | CB | 61 | F |
| Octal | 1 | 61 | 116 | 143 | 45 | 0 | 105 | 313 | 141 | 17 |
| Binary | 1 | 110001 | 1001110 | 1100011 | 100101 | 0 | 1000101 | 11001011 | 1100001 | 1111 |
Color Harmonies of #01314E
Complementary color
Monochromatic Colors of #01314E
Black with #01314E
Text Example
Text Example
White with #01314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01314E; }
p { color: rgb(1,49,78); }
H1.HeaderClassName
{
color: #01314E;
}
.AnyTagClassName
{
color: #01314E;
}
</style>
background-color css
<style>
a { background-color: #01314E; }
a { background-color: rgb(1,49,78); }
div.DivClassName
{
background-color: #01314E;
}
.BgClassName
{
background-color: #01314E;
}
</style>
border-color css
<style>
span { border-color: #01314E; }
span { border-color: rgb(1,49,78); }
td.TdClassName
{
border-color: #01314E;
}
.TagClassName
{
border-color: #01314E;
}
</style>