Shades of Prussian Blue #012E64
Tints of Prussian Blue #012E64
RGB
CMYK
RGB Variations
Color information
#012E64 (or 0x012E64) is known color: Prussian Blue. HEX triplet: 01, 2E and 64. RGB value is (1,46,100). Sum of RGB (Red+Green+Blue) = 1+46+100=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #012E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E64 is #FED19B. Grayscale: #262626. Windows color (decimal): -16699804 or 6565377. OLE color: 6565377.
HSL color Cylindrical-coordinate representation of color #012E64: hue angle of 212.73º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E64 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 46 | 100 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.61 |
| HSL | 212.73º | 0.98% | 0.2% | - |
| HSV(B) | 212.73º | 0.99% | 0.39% | - |
| XYZ | 3.29 | 2.88 | 12.44 | - |
| YUV | 38.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 100 | 0.99 | 0.54 | 0 | 0.61 | 212.73 | 0.98 | 0.2 |
| Hex | 1 | 2E | 64 | 63 | 36 | 0 | 3D | D5 | 62 | 14 |
| Octal | 1 | 56 | 144 | 143 | 66 | 0 | 75 | 325 | 142 | 24 |
| Binary | 1 | 101110 | 1100100 | 1100011 | 110110 | 0 | 111101 | 11010101 | 1100010 | 10100 |
Color Harmonies of #012E64
Complementary color
Monochromatic Colors of #012E64
Black with #012E64
Text Example
Text Example
White with #012E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E64; }
p { color: rgb(1,46,100); }
H1.HeaderClassName
{
color: #012E64;
}
.AnyTagClassName
{
color: #012E64;
}
</style>
background-color css
<style>
a { background-color: #012E64; }
a { background-color: rgb(1,46,100); }
div.DivClassName
{
background-color: #012E64;
}
.BgClassName
{
background-color: #012E64;
}
</style>
border-color css
<style>
span { border-color: #012E64; }
span { border-color: rgb(1,46,100); }
td.TdClassName
{
border-color: #012E64;
}
.TagClassName
{
border-color: #012E64;
}
</style>