Shades of Prussian Blue #042E5C
Tints of Prussian Blue #042E5C
RGB
CMYK
RGB Variations
Color information
#042E5C (or 0x042E5C) is known color: Prussian Blue. HEX triplet: 04, 2E and 5C. RGB value is (4,46,92). Sum of RGB (Red+Green+Blue) = 4+46+92=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #042E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E5C is #FBD1A3. Grayscale: #262626. Windows color (decimal): -16503204 or 6041092. OLE color: 6041092.
HSL color Cylindrical-coordinate representation of color #042E5C: hue angle of 211.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042E5C is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 46 | 92 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.64 |
| HSL | 211.36º | 0.92% | 0.19% | - |
| HSV(B) | 211.36º | 0.96% | 0.36% | - |
| XYZ | 2.96 | 2.75 | 10.5 | - |
| YUV | 38.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 92 | 0.96 | 0.50 | 0 | 0.64 | 211.36 | 0.92 | 0.19 |
| Hex | 4 | 2E | 5C | 60 | 32 | 0 | 40 | D3 | 5C | 13 |
| Octal | 4 | 56 | 134 | 140 | 62 | 0 | 100 | 323 | 134 | 23 |
| Binary | 100 | 101110 | 1011100 | 1100000 | 110010 | 0 | 1000000 | 11010011 | 1011100 | 10011 |
Color Harmonies of #042E5C
Complementary color
Monochromatic Colors of #042E5C
Black with #042E5C
Text Example
Text Example
White with #042E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E5C; }
p { color: rgb(4,46,92); }
H1.HeaderClassName
{
color: #042E5C;
}
.AnyTagClassName
{
color: #042E5C;
}
</style>
background-color css
<style>
a { background-color: #042E5C; }
a { background-color: rgb(4,46,92); }
div.DivClassName
{
background-color: #042E5C;
}
.BgClassName
{
background-color: #042E5C;
}
</style>
border-color css
<style>
span { border-color: #042E5C; }
span { border-color: rgb(4,46,92); }
td.TdClassName
{
border-color: #042E5C;
}
.TagClassName
{
border-color: #042E5C;
}
</style>