Shades of Prussian Blue #01325D
Tints of Prussian Blue #01325D
RGB
CMYK
RGB Variations
Color information
#01325D (or 0x01325D) is known color: Prussian Blue. HEX triplet: 01, 32 and 5D. RGB value is (1,50,93). Sum of RGB (Red+Green+Blue) = 1+50+93=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #01325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01325D is #FECDA2. Grayscale: #282828. Windows color (decimal): -16698787 or 6107649. OLE color: 6107649.
HSL color Cylindrical-coordinate representation of color #01325D: hue angle of 208.04º 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 #01325D is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 50 | 93 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.64 |
| HSL | 208.04º | 0.98% | 0.18% | - |
| HSV(B) | 208.04º | 0.99% | 0.36% | - |
| XYZ | 3.13 | 3.08 | 10.79 | - |
| YUV | 40.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 93 | 0.99 | 0.46 | 0 | 0.64 | 208.04 | 0.98 | 0.18 |
| Hex | 1 | 32 | 5D | 63 | 2E | 0 | 40 | D0 | 62 | 12 |
| Octal | 1 | 62 | 135 | 143 | 56 | 0 | 100 | 320 | 142 | 22 |
| Binary | 1 | 110010 | 1011101 | 1100011 | 101110 | 0 | 1000000 | 11010000 | 1100010 | 10010 |
Color Harmonies of #01325D
Complementary color
Monochromatic Colors of #01325D
Black with #01325D
Text Example
Text Example
White with #01325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01325D; }
p { color: rgb(1,50,93); }
H1.HeaderClassName
{
color: #01325D;
}
.AnyTagClassName
{
color: #01325D;
}
</style>
background-color css
<style>
a { background-color: #01325D; }
a { background-color: rgb(1,50,93); }
div.DivClassName
{
background-color: #01325D;
}
.BgClassName
{
background-color: #01325D;
}
</style>
border-color css
<style>
span { border-color: #01325D; }
span { border-color: rgb(1,50,93); }
td.TdClassName
{
border-color: #01325D;
}
.TagClassName
{
border-color: #01325D;
}
</style>