Shades of Prussian Blue #042E62
Tints of Prussian Blue #042E62
RGB
CMYK
RGB Variations
Color information
#042E62 (or 0x042E62) is known color: Prussian Blue. HEX triplet: 04, 2E and 62. RGB value is (4,46,98). Sum of RGB (Red+Green+Blue) = 4+46+98=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #042E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E62 is #FBD19D. Grayscale: #272727. Windows color (decimal): -16503198 or 6434308. OLE color: 6434308.
HSL color Cylindrical-coordinate representation of color #042E62: hue angle of 213.19º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042E62 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 46 | 98 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.62 |
| HSL | 213.19º | 0.92% | 0.2% | - |
| HSV(B) | 213.19º | 0.96% | 0.38% | - |
| XYZ | 3.23 | 2.86 | 11.94 | - |
| YUV | 39.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 98 | 0.96 | 0.53 | 0 | 0.62 | 213.19 | 0.92 | 0.2 |
| Hex | 4 | 2E | 62 | 60 | 35 | 0 | 3E | D5 | 5C | 14 |
| Octal | 4 | 56 | 142 | 140 | 65 | 0 | 76 | 325 | 134 | 24 |
| Binary | 100 | 101110 | 1100010 | 1100000 | 110101 | 0 | 111110 | 11010101 | 1011100 | 10100 |
Color Harmonies of #042E62
Complementary color
Monochromatic Colors of #042E62
Black with #042E62
Text Example
Text Example
White with #042E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E62; }
p { color: rgb(4,46,98); }
H1.HeaderClassName
{
color: #042E62;
}
.AnyTagClassName
{
color: #042E62;
}
</style>
background-color css
<style>
a { background-color: #042E62; }
a { background-color: rgb(4,46,98); }
div.DivClassName
{
background-color: #042E62;
}
.BgClassName
{
background-color: #042E62;
}
</style>
border-color css
<style>
span { border-color: #042E62; }
span { border-color: rgb(4,46,98); }
td.TdClassName
{
border-color: #042E62;
}
.TagClassName
{
border-color: #042E62;
}
</style>