Shades of Prussian Blue #012E54
Tints of Prussian Blue #012E54
RGB
CMYK
RGB Variations
Color information
#012E54 (or 0x012E54) is known color: Prussian Blue. HEX triplet: 01, 2E and 54. RGB value is (1,46,84). Sum of RGB (Red+Green+Blue) = 1+46+84=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #012E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E54 is #FED1AB. Grayscale: #242424. Windows color (decimal): -16699820 or 5516801. OLE color: 5516801.
HSL color Cylindrical-coordinate representation of color #012E54: hue angle of 207.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E54 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 46 | 84 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.67 |
| HSL | 207.47º | 0.98% | 0.17% | - |
| HSV(B) | 207.47º | 0.99% | 0.33% | - |
| XYZ | 2.59 | 2.6 | 8.75 | - |
| YUV | 36.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 84 | 0.99 | 0.45 | 0 | 0.67 | 207.47 | 0.98 | 0.17 |
| Hex | 1 | 2E | 54 | 63 | 2D | 0 | 43 | CF | 62 | 11 |
| Octal | 1 | 56 | 124 | 143 | 55 | 0 | 103 | 317 | 142 | 21 |
| Binary | 1 | 101110 | 1010100 | 1100011 | 101101 | 0 | 1000011 | 11001111 | 1100010 | 10001 |
Color Harmonies of #012E54
Complementary color
Monochromatic Colors of #012E54
Black with #012E54
Text Example
Text Example
White with #012E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E54; }
p { color: rgb(1,46,84); }
H1.HeaderClassName
{
color: #012E54;
}
.AnyTagClassName
{
color: #012E54;
}
</style>
background-color css
<style>
a { background-color: #012E54; }
a { background-color: rgb(1,46,84); }
div.DivClassName
{
background-color: #012E54;
}
.BgClassName
{
background-color: #012E54;
}
</style>
border-color css
<style>
span { border-color: #012E54; }
span { border-color: rgb(1,46,84); }
td.TdClassName
{
border-color: #012E54;
}
.TagClassName
{
border-color: #012E54;
}
</style>