Shades of Prussian Blue #042E6E
Tints of Prussian Blue #042E6E
RGB
CMYK
RGB Variations
Color information
#042E6E (or 0x042E6E) is known color: Prussian Blue. HEX triplet: 04, 2E and 6E. RGB value is (4,46,110). Sum of RGB (Red+Green+Blue) = 4+46+110=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #042E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E6E is #FBD191. Grayscale: #282828. Windows color (decimal): -16503186 or 7220740. OLE color: 7220740.
HSL color Cylindrical-coordinate representation of color #042E6E: hue angle of 216.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042E6E is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 46 | 110 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.57 |
| HSL | 216.23º | 0.93% | 0.22% | - |
| HSV(B) | 216.23º | 0.96% | 0.43% | - |
| XYZ | 3.84 | 3.11 | 15.15 | - |
| YUV | 40.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 110 | 0.96 | 0.58 | 0 | 0.57 | 216.23 | 0.93 | 0.22 |
| Hex | 4 | 2E | 6E | 60 | 3A | 0 | 39 | D8 | 5D | 16 |
| Octal | 4 | 56 | 156 | 140 | 72 | 0 | 71 | 330 | 135 | 26 |
| Binary | 100 | 101110 | 1101110 | 1100000 | 111010 | 0 | 111001 | 11011000 | 1011101 | 10110 |
Color Harmonies of #042E6E
Complementary color
Monochromatic Colors of #042E6E
Black with #042E6E
Text Example
Text Example
White with #042E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E6E; }
p { color: rgb(4,46,110); }
H1.HeaderClassName
{
color: #042E6E;
}
.AnyTagClassName
{
color: #042E6E;
}
</style>
background-color css
<style>
a { background-color: #042E6E; }
a { background-color: rgb(4,46,110); }
div.DivClassName
{
background-color: #042E6E;
}
.BgClassName
{
background-color: #042E6E;
}
</style>
border-color css
<style>
span { border-color: #042E6E; }
span { border-color: rgb(4,46,110); }
td.TdClassName
{
border-color: #042E6E;
}
.TagClassName
{
border-color: #042E6E;
}
</style>