Shades of Prussian Blue #013251
Tints of Prussian Blue #013251
RGB
CMYK
RGB Variations
Color information
#013251 (or 0x013251) is known color: Prussian Blue. HEX triplet: 01, 32 and 51. RGB value is (1,50,81). Sum of RGB (Red+Green+Blue) = 1+50+81=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #013251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013251 is #FECDAE. Grayscale: #262626. Windows color (decimal): -16698799 or 5321217. OLE color: 5321217.
HSL color Cylindrical-coordinate representation of color #013251: hue angle of 203.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013251 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 50 | 81 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.68 |
| HSL | 203.25º | 0.98% | 0.16% | - |
| HSV(B) | 203.25º | 0.99% | 0.32% | - |
| XYZ | 2.64 | 2.88 | 8.2 | - |
| YUV | 38.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 81 | 0.99 | 0.38 | 0 | 0.68 | 203.25 | 0.98 | 0.16 |
| Hex | 1 | 32 | 51 | 63 | 26 | 0 | 44 | CB | 62 | 10 |
| Octal | 1 | 62 | 121 | 143 | 46 | 0 | 104 | 313 | 142 | 20 |
| Binary | 1 | 110010 | 1010001 | 1100011 | 100110 | 0 | 1000100 | 11001011 | 1100010 | 10000 |
Color Harmonies of #013251
Complementary color
Monochromatic Colors of #013251
Black with #013251
Text Example
Text Example
White with #013251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013251; }
p { color: rgb(1,50,81); }
H1.HeaderClassName
{
color: #013251;
}
.AnyTagClassName
{
color: #013251;
}
</style>
background-color css
<style>
a { background-color: #013251; }
a { background-color: rgb(1,50,81); }
div.DivClassName
{
background-color: #013251;
}
.BgClassName
{
background-color: #013251;
}
</style>
border-color css
<style>
span { border-color: #013251; }
span { border-color: rgb(1,50,81); }
td.TdClassName
{
border-color: #013251;
}
.TagClassName
{
border-color: #013251;
}
</style>