Shades of Prussian Blue #042E51
Tints of Prussian Blue #042E51
RGB
CMYK
RGB Variations
Color information
#042E51 (or 0x042E51) is known color: Prussian Blue. HEX triplet: 04, 2E and 51. RGB value is (4,46,81). Sum of RGB (Red+Green+Blue) = 4+46+81=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #042E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E51 is #FBD1AE. Grayscale: #252525. Windows color (decimal): -16503215 or 5320196. OLE color: 5320196.
HSL color Cylindrical-coordinate representation of color #042E51: hue angle of 207.27º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042E51 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 46 | 81 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.68 |
| HSL | 207.27º | 0.91% | 0.17% | - |
| HSV(B) | 207.27º | 0.95% | 0.32% | - |
| XYZ | 2.51 | 2.57 | 8.15 | - |
| YUV | 37.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 81 | 0.95 | 0.43 | 0 | 0.68 | 207.27 | 0.91 | 0.17 |
| Hex | 4 | 2E | 51 | 5F | 2B | 0 | 44 | CF | 5B | 11 |
| Octal | 4 | 56 | 121 | 137 | 53 | 0 | 104 | 317 | 133 | 21 |
| Binary | 100 | 101110 | 1010001 | 1011111 | 101011 | 0 | 1000100 | 11001111 | 1011011 | 10001 |
Color Harmonies of #042E51
Complementary color
Monochromatic Colors of #042E51
Black with #042E51
Text Example
Text Example
White with #042E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E51; }
p { color: rgb(4,46,81); }
H1.HeaderClassName
{
color: #042E51;
}
.AnyTagClassName
{
color: #042E51;
}
</style>
background-color css
<style>
a { background-color: #042E51; }
a { background-color: rgb(4,46,81); }
div.DivClassName
{
background-color: #042E51;
}
.BgClassName
{
background-color: #042E51;
}
</style>
border-color css
<style>
span { border-color: #042E51; }
span { border-color: rgb(4,46,81); }
td.TdClassName
{
border-color: #042E51;
}
.TagClassName
{
border-color: #042E51;
}
</style>