Shades of Prussian Blue #012E72
Tints of Prussian Blue #012E72
RGB
CMYK
RGB Variations
Color information
#012E72 (or 0x012E72) is known color: Prussian Blue. HEX triplet: 01, 2E and 72. RGB value is (1,46,114). Sum of RGB (Red+Green+Blue) = 1+46+114=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #012E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E72 is #FED18D. Grayscale: #272727. Windows color (decimal): -16699790 or 7482881. OLE color: 7482881.
HSL color Cylindrical-coordinate representation of color #012E72: hue angle of 216.11º 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 #012E72 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 46 | 114 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.55 |
| HSL | 216.11º | 0.98% | 0.23% | - |
| HSV(B) | 216.11º | 0.99% | 0.45% | - |
| XYZ | 4.03 | 3.18 | 16.32 | - |
| YUV | 40.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 114 | 0.99 | 0.60 | 0 | 0.55 | 216.11 | 0.98 | 0.23 |
| Hex | 1 | 2E | 72 | 63 | 3C | 0 | 37 | D8 | 62 | 17 |
| Octal | 1 | 56 | 162 | 143 | 74 | 0 | 67 | 330 | 142 | 27 |
| Binary | 1 | 101110 | 1110010 | 1100011 | 111100 | 0 | 110111 | 11011000 | 1100010 | 10111 |
Color Harmonies of #012E72
Complementary color
Monochromatic Colors of #012E72
Black with #012E72
Text Example
Text Example
White with #012E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E72; }
p { color: rgb(1,46,114); }
H1.HeaderClassName
{
color: #012E72;
}
.AnyTagClassName
{
color: #012E72;
}
</style>
background-color css
<style>
a { background-color: #012E72; }
a { background-color: rgb(1,46,114); }
div.DivClassName
{
background-color: #012E72;
}
.BgClassName
{
background-color: #012E72;
}
</style>
border-color css
<style>
span { border-color: #012E72; }
span { border-color: rgb(1,46,114); }
td.TdClassName
{
border-color: #012E72;
}
.TagClassName
{
border-color: #012E72;
}
</style>