Shades of Prussian Blue #042B60
Tints of Prussian Blue #042B60
RGB
CMYK
RGB Variations
Color information
#042B60 (or 0x042B60) is known color: Prussian Blue. HEX triplet: 04, 2B and 60. RGB value is (4,43,96). Sum of RGB (Red+Green+Blue) = 4+43+96=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #042B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B60 is #FBD49F. Grayscale: #252525. Windows color (decimal): -16503968 or 6302468. OLE color: 6302468.
HSL color Cylindrical-coordinate representation of color #042B60: hue angle of 214.57º 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 #042B60 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 43 | 96 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.62 |
| HSL | 214.57º | 0.92% | 0.2% | - |
| HSV(B) | 214.57º | 0.96% | 0.38% | - |
| XYZ | 3.03 | 2.6 | 11.41 | - |
| YUV | 37.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 96 | 0.96 | 0.55 | 0 | 0.62 | 214.57 | 0.92 | 0.2 |
| Hex | 4 | 2B | 60 | 60 | 37 | 0 | 3E | D7 | 5C | 14 |
| Octal | 4 | 53 | 140 | 140 | 67 | 0 | 76 | 327 | 134 | 24 |
| Binary | 100 | 101011 | 1100000 | 1100000 | 110111 | 0 | 111110 | 11010111 | 1011100 | 10100 |
Color Harmonies of #042B60
Complementary color
Monochromatic Colors of #042B60
Black with #042B60
Text Example
Text Example
White with #042B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B60; }
p { color: rgb(4,43,96); }
H1.HeaderClassName
{
color: #042B60;
}
.AnyTagClassName
{
color: #042B60;
}
</style>
background-color css
<style>
a { background-color: #042B60; }
a { background-color: rgb(4,43,96); }
div.DivClassName
{
background-color: #042B60;
}
.BgClassName
{
background-color: #042B60;
}
</style>
border-color css
<style>
span { border-color: #042B60; }
span { border-color: rgb(4,43,96); }
td.TdClassName
{
border-color: #042B60;
}
.TagClassName
{
border-color: #042B60;
}
</style>