Shades of Prussian Blue #043559
Tints of Prussian Blue #043559
RGB
CMYK
RGB Variations
Color information
#043559 (or 0x043559) is known color: Prussian Blue. HEX triplet: 04, 35 and 59. RGB value is (4,53,89). Sum of RGB (Red+Green+Blue) = 4+53+89=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #043559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043559 is #FBCAA6. Grayscale: #2A2A2A. Windows color (decimal): -16501415 or 5846276. OLE color: 5846276.
HSL color Cylindrical-coordinate representation of color #043559: hue angle of 205.41º 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 #043559 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 53 | 89 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.65 |
| HSL | 205.41º | 0.91% | 0.18% | - |
| HSV(B) | 205.41º | 0.96% | 0.35% | - |
| XYZ | 3.13 | 3.29 | 9.92 | - |
| YUV | 42.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 89 | 0.96 | 0.40 | 0 | 0.65 | 205.41 | 0.91 | 0.18 |
| Hex | 4 | 35 | 59 | 60 | 28 | 0 | 41 | CD | 5B | 12 |
| Octal | 4 | 65 | 131 | 140 | 50 | 0 | 101 | 315 | 133 | 22 |
| Binary | 100 | 110101 | 1011001 | 1100000 | 101000 | 0 | 1000001 | 11001101 | 1011011 | 10010 |
Color Harmonies of #043559
Complementary color
Monochromatic Colors of #043559
Black with #043559
Text Example
Text Example
White with #043559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043559; }
p { color: rgb(4,53,89); }
H1.HeaderClassName
{
color: #043559;
}
.AnyTagClassName
{
color: #043559;
}
</style>
background-color css
<style>
a { background-color: #043559; }
a { background-color: rgb(4,53,89); }
div.DivClassName
{
background-color: #043559;
}
.BgClassName
{
background-color: #043559;
}
</style>
border-color css
<style>
span { border-color: #043559; }
span { border-color: rgb(4,53,89); }
td.TdClassName
{
border-color: #043559;
}
.TagClassName
{
border-color: #043559;
}
</style>