Shades of Prussian Blue #01325A
Tints of Prussian Blue #01325A
RGB
CMYK
RGB Variations
Color information
#01325A (or 0x01325A) is known color: Prussian Blue. HEX triplet: 01, 32 and 5A. RGB value is (1,50,90). Sum of RGB (Red+Green+Blue) = 1+50+90=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #01325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01325A is #FECDA5. Grayscale: #272727. Windows color (decimal): -16698790 or 5911041. OLE color: 5911041.
HSL color Cylindrical-coordinate representation of color #01325A: hue angle of 206.97º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01325A is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 50 | 90 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.65 |
| HSL | 206.97º | 0.98% | 0.18% | - |
| HSV(B) | 206.97º | 0.99% | 0.35% | - |
| XYZ | 3 | 3.03 | 10.1 | - |
| YUV | 39.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 90 | 0.99 | 0.44 | 0 | 0.65 | 206.97 | 0.98 | 0.18 |
| Hex | 1 | 32 | 5A | 63 | 2C | 0 | 41 | CF | 62 | 12 |
| Octal | 1 | 62 | 132 | 143 | 54 | 0 | 101 | 317 | 142 | 22 |
| Binary | 1 | 110010 | 1011010 | 1100011 | 101100 | 0 | 1000001 | 11001111 | 1100010 | 10010 |
Color Harmonies of #01325A
Complementary color
Monochromatic Colors of #01325A
Black with #01325A
Text Example
Text Example
White with #01325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01325A; }
p { color: rgb(1,50,90); }
H1.HeaderClassName
{
color: #01325A;
}
.AnyTagClassName
{
color: #01325A;
}
</style>
background-color css
<style>
a { background-color: #01325A; }
a { background-color: rgb(1,50,90); }
div.DivClassName
{
background-color: #01325A;
}
.BgClassName
{
background-color: #01325A;
}
</style>
border-color css
<style>
span { border-color: #01325A; }
span { border-color: rgb(1,50,90); }
td.TdClassName
{
border-color: #01325A;
}
.TagClassName
{
border-color: #01325A;
}
</style>