Shades of Prussian Blue #042A59
Tints of Prussian Blue #042A59
RGB
CMYK
RGB Variations
Color information
#042A59 (or 0x042A59) is known color: Prussian Blue. HEX triplet: 04, 2A and 59. RGB value is (4,42,89). Sum of RGB (Red+Green+Blue) = 4+42+89=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #042A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A59 is #FBD5A6. Grayscale: #232323. Windows color (decimal): -16504231 or 5843460. OLE color: 5843460.
HSL color Cylindrical-coordinate representation of color #042A59: hue angle of 213.18º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042A59 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 42 | 89 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.65 |
| HSL | 213.18º | 0.91% | 0.18% | - |
| HSV(B) | 213.18º | 0.96% | 0.35% | - |
| XYZ | 2.68 | 2.4 | 9.77 | - |
| YUV | 36 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 89 | 0.96 | 0.53 | 0 | 0.65 | 213.18 | 0.91 | 0.18 |
| Hex | 4 | 2A | 59 | 60 | 35 | 0 | 41 | D5 | 5B | 12 |
| Octal | 4 | 52 | 131 | 140 | 65 | 0 | 101 | 325 | 133 | 22 |
| Binary | 100 | 101010 | 1011001 | 1100000 | 110101 | 0 | 1000001 | 11010101 | 1011011 | 10010 |
Color Harmonies of #042A59
Complementary color
Monochromatic Colors of #042A59
Black with #042A59
Text Example
Text Example
White with #042A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A59; }
p { color: rgb(4,42,89); }
H1.HeaderClassName
{
color: #042A59;
}
.AnyTagClassName
{
color: #042A59;
}
</style>
background-color css
<style>
a { background-color: #042A59; }
a { background-color: rgb(4,42,89); }
div.DivClassName
{
background-color: #042A59;
}
.BgClassName
{
background-color: #042A59;
}
</style>
border-color css
<style>
span { border-color: #042A59; }
span { border-color: rgb(4,42,89); }
td.TdClassName
{
border-color: #042A59;
}
.TagClassName
{
border-color: #042A59;
}
</style>