Shades of Prussian Blue #012E73
Tints of Prussian Blue #012E73
RGB
CMYK
RGB Variations
Color information
#012E73 (or 0x012E73) is known color: Prussian Blue. HEX triplet: 01, 2E and 73. RGB value is (1,46,115). Sum of RGB (Red+Green+Blue) = 1+46+115=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #012E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E73 is #FED18C. Grayscale: #282828. Windows color (decimal): -16699789 or 7548417. OLE color: 7548417.
HSL color Cylindrical-coordinate representation of color #012E73: hue angle of 216.32º 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 #012E73 is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 46 | 115 | - |
| CMYK | 0.99 | 0.6 | 0 | 0.55 |
| HSL | 216.32º | 0.98% | 0.23% | - |
| HSV(B) | 216.32º | 0.99% | 0.45% | - |
| XYZ | 4.08 | 3.2 | 16.62 | - |
| YUV | 40.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 115 | 0.99 | 0.6 | 0 | 0.55 | 216.32 | 0.98 | 0.23 |
| Hex | 1 | 2E | 73 | 63 | 3C | 0 | 37 | D8 | 62 | 17 |
| Octal | 1 | 56 | 163 | 143 | 74 | 0 | 67 | 330 | 142 | 27 |
| Binary | 1 | 101110 | 1110011 | 1100011 | 111100 | 0 | 110111 | 11011000 | 1100010 | 10111 |
Color Harmonies of #012E73
Complementary color
Monochromatic Colors of #012E73
Black with #012E73
Text Example
Text Example
White with #012E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E73; }
p { color: rgb(1,46,115); }
H1.HeaderClassName
{
color: #012E73;
}
.AnyTagClassName
{
color: #012E73;
}
</style>
background-color css
<style>
a { background-color: #012E73; }
a { background-color: rgb(1,46,115); }
div.DivClassName
{
background-color: #012E73;
}
.BgClassName
{
background-color: #012E73;
}
</style>
border-color css
<style>
span { border-color: #012E73; }
span { border-color: rgb(1,46,115); }
td.TdClassName
{
border-color: #012E73;
}
.TagClassName
{
border-color: #012E73;
}
</style>