Shades of Prussian Blue #013272
Tints of Prussian Blue #013272
RGB
CMYK
RGB Variations
Color information
#013272 (or 0x013272) is known color: Prussian Blue. HEX triplet: 01, 32 and 72. RGB value is (1,50,114). Sum of RGB (Red+Green+Blue) = 1+50+114=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #013272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013272 is #FECD8D. Grayscale: #2A2A2A. Windows color (decimal): -16698766 or 7483905. OLE color: 7483905.
HSL color Cylindrical-coordinate representation of color #013272: hue angle of 213.98º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013272 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 50 | 114 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.55 |
| HSL | 213.98º | 0.98% | 0.23% | - |
| HSV(B) | 213.98º | 0.99% | 0.45% | - |
| XYZ | 4.19 | 3.5 | 16.37 | - |
| YUV | 42.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 114 | 0.99 | 0.56 | 0 | 0.55 | 213.98 | 0.98 | 0.23 |
| Hex | 1 | 32 | 72 | 63 | 38 | 0 | 37 | D6 | 62 | 17 |
| Octal | 1 | 62 | 162 | 143 | 70 | 0 | 67 | 326 | 142 | 27 |
| Binary | 1 | 110010 | 1110010 | 1100011 | 111000 | 0 | 110111 | 11010110 | 1100010 | 10111 |
Color Harmonies of #013272
Complementary color
Monochromatic Colors of #013272
Black with #013272
Text Example
Text Example
White with #013272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013272; }
p { color: rgb(1,50,114); }
H1.HeaderClassName
{
color: #013272;
}
.AnyTagClassName
{
color: #013272;
}
</style>
background-color css
<style>
a { background-color: #013272; }
a { background-color: rgb(1,50,114); }
div.DivClassName
{
background-color: #013272;
}
.BgClassName
{
background-color: #013272;
}
</style>
border-color css
<style>
span { border-color: #013272; }
span { border-color: rgb(1,50,114); }
td.TdClassName
{
border-color: #013272;
}
.TagClassName
{
border-color: #013272;
}
</style>