Shades of Prussian Blue #012E71
Tints of Prussian Blue #012E71
RGB
CMYK
RGB Variations
Color information
#012E71 (or 0x012E71) is known color: Prussian Blue. HEX triplet: 01, 2E and 71. RGB value is (1,46,113). Sum of RGB (Red+Green+Blue) = 1+46+113=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #012E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E71 is #FED18E. Grayscale: #272727. Windows color (decimal): -16699791 or 7417345. OLE color: 7417345.
HSL color Cylindrical-coordinate representation of color #012E71: hue angle of 215.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E71 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 46 | 113 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.56 |
| HSL | 215.89º | 0.98% | 0.22% | - |
| HSV(B) | 215.89º | 0.99% | 0.44% | - |
| XYZ | 3.97 | 3.15 | 16.02 | - |
| YUV | 40.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 113 | 0.99 | 0.59 | 0 | 0.56 | 215.89 | 0.98 | 0.22 |
| Hex | 1 | 2E | 71 | 63 | 3B | 0 | 38 | D8 | 62 | 16 |
| Octal | 1 | 56 | 161 | 143 | 73 | 0 | 70 | 330 | 142 | 26 |
| Binary | 1 | 101110 | 1110001 | 1100011 | 111011 | 0 | 111000 | 11011000 | 1100010 | 10110 |
Color Harmonies of #012E71
Complementary color
Monochromatic Colors of #012E71
Black with #012E71
Text Example
Text Example
White with #012E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E71; }
p { color: rgb(1,46,113); }
H1.HeaderClassName
{
color: #012E71;
}
.AnyTagClassName
{
color: #012E71;
}
</style>
background-color css
<style>
a { background-color: #012E71; }
a { background-color: rgb(1,46,113); }
div.DivClassName
{
background-color: #012E71;
}
.BgClassName
{
background-color: #012E71;
}
</style>
border-color css
<style>
span { border-color: #012E71; }
span { border-color: rgb(1,46,113); }
td.TdClassName
{
border-color: #012E71;
}
.TagClassName
{
border-color: #012E71;
}
</style>