Shades of Prussian Blue #042F68
Tints of Prussian Blue #042F68
RGB
CMYK
RGB Variations
Color information
#042F68 (or 0x042F68) is known color: Prussian Blue. HEX triplet: 04, 2F and 68. RGB value is (4,47,104). Sum of RGB (Red+Green+Blue) = 4+47+104=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #042F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F68 is #FBD097. Grayscale: #282828. Windows color (decimal): -16502936 or 6827780. OLE color: 6827780.
HSL color Cylindrical-coordinate representation of color #042F68: hue angle of 214.2º 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 #042F68 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 47 | 104 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.59 |
| HSL | 214.2º | 0.93% | 0.21% | - |
| HSV(B) | 214.2º | 0.96% | 0.41% | - |
| XYZ | 3.57 | 3.06 | 13.5 | - |
| YUV | 40.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 104 | 0.96 | 0.55 | 0 | 0.59 | 214.2 | 0.93 | 0.21 |
| Hex | 4 | 2F | 68 | 60 | 37 | 0 | 3B | D6 | 5D | 15 |
| Octal | 4 | 57 | 150 | 140 | 67 | 0 | 73 | 326 | 135 | 25 |
| Binary | 100 | 101111 | 1101000 | 1100000 | 110111 | 0 | 111011 | 11010110 | 1011101 | 10101 |
Color Harmonies of #042F68
Complementary color
Monochromatic Colors of #042F68
Black with #042F68
Text Example
Text Example
White with #042F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F68; }
p { color: rgb(4,47,104); }
H1.HeaderClassName
{
color: #042F68;
}
.AnyTagClassName
{
color: #042F68;
}
</style>
background-color css
<style>
a { background-color: #042F68; }
a { background-color: rgb(4,47,104); }
div.DivClassName
{
background-color: #042F68;
}
.BgClassName
{
background-color: #042F68;
}
</style>
border-color css
<style>
span { border-color: #042F68; }
span { border-color: rgb(4,47,104); }
td.TdClassName
{
border-color: #042F68;
}
.TagClassName
{
border-color: #042F68;
}
</style>