Shades of Prussian Blue #012E74
Tints of Prussian Blue #012E74
RGB
CMYK
RGB Variations
Color information
#012E74 (or 0x012E74) is known color: Prussian Blue. HEX triplet: 01, 2E and 74. RGB value is (1,46,116). Sum of RGB (Red+Green+Blue) = 1+46+116=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #012E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E74 is #FED18B. Grayscale: #282828. Windows color (decimal): -16699788 or 7613953. OLE color: 7613953.
HSL color Cylindrical-coordinate representation of color #012E74: hue angle of 216.52º 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 #012E74 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 46 | 116 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.55 |
| HSL | 216.52º | 0.98% | 0.23% | - |
| HSV(B) | 216.52º | 0.99% | 0.45% | - |
| XYZ | 4.14 | 3.22 | 16.93 | - |
| YUV | 40.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 116 | 0.99 | 0.60 | 0 | 0.55 | 216.52 | 0.98 | 0.23 |
| Hex | 1 | 2E | 74 | 63 | 3C | 0 | 37 | D9 | 62 | 17 |
| Octal | 1 | 56 | 164 | 143 | 74 | 0 | 67 | 331 | 142 | 27 |
| Binary | 1 | 101110 | 1110100 | 1100011 | 111100 | 0 | 110111 | 11011001 | 1100010 | 10111 |
Color Harmonies of #012E74
Complementary color
Monochromatic Colors of #012E74
Black with #012E74
Text Example
Text Example
White with #012E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E74; }
p { color: rgb(1,46,116); }
H1.HeaderClassName
{
color: #012E74;
}
.AnyTagClassName
{
color: #012E74;
}
</style>
background-color css
<style>
a { background-color: #012E74; }
a { background-color: rgb(1,46,116); }
div.DivClassName
{
background-color: #012E74;
}
.BgClassName
{
background-color: #012E74;
}
</style>
border-color css
<style>
span { border-color: #012E74; }
span { border-color: rgb(1,46,116); }
td.TdClassName
{
border-color: #012E74;
}
.TagClassName
{
border-color: #012E74;
}
</style>