Shades of Prussian Blue #042D60
Tints of Prussian Blue #042D60
RGB
CMYK
RGB Variations
Color information
#042D60 (or 0x042D60) is known color: Prussian Blue. HEX triplet: 04, 2D and 60. RGB value is (4,45,96). Sum of RGB (Red+Green+Blue) = 4+45+96=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #042D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D60 is #FBD29F. Grayscale: #262626. Windows color (decimal): -16503456 or 6302980. OLE color: 6302980.
HSL color Cylindrical-coordinate representation of color #042D60: hue angle of 213.26º 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 #042D60 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 45 | 96 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.62 |
| HSL | 213.26º | 0.92% | 0.2% | - |
| HSV(B) | 213.26º | 0.96% | 0.38% | - |
| XYZ | 3.1 | 2.75 | 11.43 | - |
| YUV | 38.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 96 | 0.96 | 0.53 | 0 | 0.62 | 213.26 | 0.92 | 0.2 |
| Hex | 4 | 2D | 60 | 60 | 35 | 0 | 3E | D5 | 5C | 14 |
| Octal | 4 | 55 | 140 | 140 | 65 | 0 | 76 | 325 | 134 | 24 |
| Binary | 100 | 101101 | 1100000 | 1100000 | 110101 | 0 | 111110 | 11010101 | 1011100 | 10100 |
Color Harmonies of #042D60
Complementary color
Monochromatic Colors of #042D60
Black with #042D60
Text Example
Text Example
White with #042D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D60; }
p { color: rgb(4,45,96); }
H1.HeaderClassName
{
color: #042D60;
}
.AnyTagClassName
{
color: #042D60;
}
</style>
background-color css
<style>
a { background-color: #042D60; }
a { background-color: rgb(4,45,96); }
div.DivClassName
{
background-color: #042D60;
}
.BgClassName
{
background-color: #042D60;
}
</style>
border-color css
<style>
span { border-color: #042D60; }
span { border-color: rgb(4,45,96); }
td.TdClassName
{
border-color: #042D60;
}
.TagClassName
{
border-color: #042D60;
}
</style>