Shades of Prussian Blue #01345B
Tints of Prussian Blue #01345B
RGB
CMYK
RGB Variations
Color information
#01345B (or 0x01345B) is known color: Prussian Blue. HEX triplet: 01, 34 and 5B. RGB value is (1,52,91). Sum of RGB (Red+Green+Blue) = 1+52+91=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #01345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01345B is #FECBA4. Grayscale: #282828. Windows color (decimal): -16698277 or 5977089. OLE color: 5977089.
HSL color Cylindrical-coordinate representation of color #01345B: hue angle of 206º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01345B is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 52 | 91 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.64 |
| HSL | 206º | 0.98% | 0.18% | - |
| HSV(B) | 206º | 0.99% | 0.36% | - |
| XYZ | 3.13 | 3.22 | 10.35 | - |
| YUV | 41.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 91 | 0.99 | 0.43 | 0 | 0.64 | 206 | 0.98 | 0.18 |
| Hex | 1 | 34 | 5B | 63 | 2B | 0 | 40 | CE | 62 | 12 |
| Octal | 1 | 64 | 133 | 143 | 53 | 0 | 100 | 316 | 142 | 22 |
| Binary | 1 | 110100 | 1011011 | 1100011 | 101011 | 0 | 1000000 | 11001110 | 1100010 | 10010 |
Color Harmonies of #01345B
Complementary color
Monochromatic Colors of #01345B
Black with #01345B
Text Example
Text Example
White with #01345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01345B; }
p { color: rgb(1,52,91); }
H1.HeaderClassName
{
color: #01345B;
}
.AnyTagClassName
{
color: #01345B;
}
</style>
background-color css
<style>
a { background-color: #01345B; }
a { background-color: rgb(1,52,91); }
div.DivClassName
{
background-color: #01345B;
}
.BgClassName
{
background-color: #01345B;
}
</style>
border-color css
<style>
span { border-color: #01345B; }
span { border-color: rgb(1,52,91); }
td.TdClassName
{
border-color: #01345B;
}
.TagClassName
{
border-color: #01345B;
}
</style>