Shades of Prussian Blue #012E78
Tints of Prussian Blue #012E78
RGB
CMYK
RGB Variations
Color information
#012E78 (or 0x012E78) is known color: Prussian Blue. HEX triplet: 01, 2E and 78. RGB value is (1,46,120). Sum of RGB (Red+Green+Blue) = 1+46+120=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #012E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E78 is #FED187. Grayscale: #282828. Windows color (decimal): -16699784 or 7876097. OLE color: 7876097.
HSL color Cylindrical-coordinate representation of color #012E78: hue angle of 217.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E78 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 46 | 120 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.53 |
| HSL | 217.31º | 0.98% | 0.24% | - |
| HSV(B) | 217.31º | 0.99% | 0.47% | - |
| XYZ | 4.38 | 3.32 | 18.18 | - |
| YUV | 40.98 | 172.59 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 120 | 0.99 | 0.62 | 0 | 0.53 | 217.31 | 0.98 | 0.24 |
| Hex | 1 | 2E | 78 | 63 | 3E | 0 | 35 | D9 | 62 | 18 |
| Octal | 1 | 56 | 170 | 143 | 76 | 0 | 65 | 331 | 142 | 30 |
| Binary | 1 | 101110 | 1111000 | 1100011 | 111110 | 0 | 110101 | 11011001 | 1100010 | 11000 |
Color Harmonies of #012E78
Complementary color
Monochromatic Colors of #012E78
Black with #012E78
Text Example
Text Example
White with #012E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E78; }
p { color: rgb(1,46,120); }
H1.HeaderClassName
{
color: #012E78;
}
.AnyTagClassName
{
color: #012E78;
}
</style>
background-color css
<style>
a { background-color: #012E78; }
a { background-color: rgb(1,46,120); }
div.DivClassName
{
background-color: #012E78;
}
.BgClassName
{
background-color: #012E78;
}
</style>
border-color css
<style>
span { border-color: #012E78; }
span { border-color: rgb(1,46,120); }
td.TdClassName
{
border-color: #012E78;
}
.TagClassName
{
border-color: #012E78;
}
</style>