Shades of Prussian Blue #012E4D
Tints of Prussian Blue #012E4D
RGB
CMYK
RGB Variations
Color information
#012E4D (or 0x012E4D) is known color: Prussian Blue. HEX triplet: 01, 2E and 4D. RGB value is (1,46,77). Sum of RGB (Red+Green+Blue) = 1+46+77=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #012E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E4D is #FED1B2. Grayscale: #232323. Windows color (decimal): -16699827 or 5058049. OLE color: 5058049.
HSL color Cylindrical-coordinate representation of color #012E4D: hue angle of 204.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E4D is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 46 | 77 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.70 |
| HSL | 204.47º | 0.97% | 0.15% | - |
| HSV(B) | 204.47º | 0.99% | 0.3% | - |
| XYZ | 2.33 | 2.5 | 7.38 | - |
| YUV | 36.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 77 | 0.99 | 0.40 | 0 | 0.70 | 204.47 | 0.97 | 0.15 |
| Hex | 1 | 2E | 4D | 63 | 28 | 0 | 46 | CC | 61 | F |
| Octal | 1 | 56 | 115 | 143 | 50 | 0 | 106 | 314 | 141 | 17 |
| Binary | 1 | 101110 | 1001101 | 1100011 | 101000 | 0 | 1000110 | 11001100 | 1100001 | 1111 |
Color Harmonies of #012E4D
Complementary color
Monochromatic Colors of #012E4D
Black with #012E4D
Text Example
Text Example
White with #012E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E4D; }
p { color: rgb(1,46,77); }
H1.HeaderClassName
{
color: #012E4D;
}
.AnyTagClassName
{
color: #012E4D;
}
</style>
background-color css
<style>
a { background-color: #012E4D; }
a { background-color: rgb(1,46,77); }
div.DivClassName
{
background-color: #012E4D;
}
.BgClassName
{
background-color: #012E4D;
}
</style>
border-color css
<style>
span { border-color: #012E4D; }
span { border-color: rgb(1,46,77); }
td.TdClassName
{
border-color: #012E4D;
}
.TagClassName
{
border-color: #012E4D;
}
</style>