Shades of Prussian Blue #042E68
Tints of Prussian Blue #042E68
RGB
CMYK
RGB Variations
Color information
#042E68 (or 0x042E68) is known color: Prussian Blue. HEX triplet: 04, 2E and 68. RGB value is (4,46,104). Sum of RGB (Red+Green+Blue) = 4+46+104=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #042E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E68 is #FBD197. Grayscale: #272727. Windows color (decimal): -16503192 or 6827524. OLE color: 6827524.
HSL color Cylindrical-coordinate representation of color #042E68: hue angle of 214.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042E68 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 46 | 104 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.59 |
| HSL | 214.8º | 0.93% | 0.21% | - |
| HSV(B) | 214.8º | 0.96% | 0.41% | - |
| XYZ | 3.53 | 2.98 | 13.49 | - |
| YUV | 40.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 104 | 0.96 | 0.56 | 0 | 0.59 | 214.8 | 0.93 | 0.21 |
| Hex | 4 | 2E | 68 | 60 | 38 | 0 | 3B | D7 | 5D | 15 |
| Octal | 4 | 56 | 150 | 140 | 70 | 0 | 73 | 327 | 135 | 25 |
| Binary | 100 | 101110 | 1101000 | 1100000 | 111000 | 0 | 111011 | 11010111 | 1011101 | 10101 |
Color Harmonies of #042E68
Complementary color
Monochromatic Colors of #042E68
Black with #042E68
Text Example
Text Example
White with #042E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E68; }
p { color: rgb(4,46,104); }
H1.HeaderClassName
{
color: #042E68;
}
.AnyTagClassName
{
color: #042E68;
}
</style>
background-color css
<style>
a { background-color: #042E68; }
a { background-color: rgb(4,46,104); }
div.DivClassName
{
background-color: #042E68;
}
.BgClassName
{
background-color: #042E68;
}
</style>
border-color css
<style>
span { border-color: #042E68; }
span { border-color: rgb(4,46,104); }
td.TdClassName
{
border-color: #042E68;
}
.TagClassName
{
border-color: #042E68;
}
</style>