Shades of Prussian Blue #01344D
Tints of Prussian Blue #01344D
RGB
CMYK
RGB Variations
Color information
#01344D (or 0x01344D) is known color: Prussian Blue. HEX triplet: 01, 34 and 4D. RGB value is (1,52,77). Sum of RGB (Red+Green+Blue) = 1+52+77=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #01344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01344D is #FECBB2. Grayscale: #272727. Windows color (decimal): -16698291 or 5059585. OLE color: 5059585.
HSL color Cylindrical-coordinate representation of color #01344D: hue angle of 199.74º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01344D is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 52 | 77 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.70 |
| HSL | 199.74º | 0.97% | 0.15% | - |
| HSV(B) | 199.74º | 0.99% | 0.3% | - |
| XYZ | 2.58 | 3 | 7.46 | - |
| YUV | 39.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 77 | 0.99 | 0.32 | 0 | 0.70 | 199.74 | 0.97 | 0.15 |
| Hex | 1 | 34 | 4D | 63 | 20 | 0 | 46 | C8 | 61 | F |
| Octal | 1 | 64 | 115 | 143 | 40 | 0 | 106 | 310 | 141 | 17 |
| Binary | 1 | 110100 | 1001101 | 1100011 | 100000 | 0 | 1000110 | 11001000 | 1100001 | 1111 |
Color Harmonies of #01344D
Complementary color
Monochromatic Colors of #01344D
Black with #01344D
Text Example
Text Example
White with #01344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01344D; }
p { color: rgb(1,52,77); }
H1.HeaderClassName
{
color: #01344D;
}
.AnyTagClassName
{
color: #01344D;
}
</style>
background-color css
<style>
a { background-color: #01344D; }
a { background-color: rgb(1,52,77); }
div.DivClassName
{
background-color: #01344D;
}
.BgClassName
{
background-color: #01344D;
}
</style>
border-color css
<style>
span { border-color: #01344D; }
span { border-color: rgb(1,52,77); }
td.TdClassName
{
border-color: #01344D;
}
.TagClassName
{
border-color: #01344D;
}
</style>