Shades of Prussian Blue #043A59
Tints of Prussian Blue #043A59
RGB
CMYK
RGB Variations
Color information
#043A59 (or 0x043A59) is known color: Prussian Blue. HEX triplet: 04, 3A and 59. RGB value is (4,58,89). Sum of RGB (Red+Green+Blue) = 4+58+89=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #043A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A59 is #FBC5A6. Grayscale: #2D2D2D. Windows color (decimal): -16500135 or 5847556. OLE color: 5847556.
HSL color Cylindrical-coordinate representation of color #043A59: hue angle of 201.88º 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 #043A59 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 58 | 89 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.65 |
| HSL | 201.88º | 0.91% | 0.18% | - |
| HSV(B) | 201.88º | 0.96% | 0.35% | - |
| XYZ | 3.37 | 3.77 | 10 | - |
| YUV | 45.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 89 | 0.96 | 0.35 | 0 | 0.65 | 201.88 | 0.91 | 0.18 |
| Hex | 4 | 3A | 59 | 60 | 23 | 0 | 41 | CA | 5B | 12 |
| Octal | 4 | 72 | 131 | 140 | 43 | 0 | 101 | 312 | 133 | 22 |
| Binary | 100 | 111010 | 1011001 | 1100000 | 100011 | 0 | 1000001 | 11001010 | 1011011 | 10010 |
Color Harmonies of #043A59
Complementary color
Monochromatic Colors of #043A59
Black with #043A59
Text Example
Text Example
White with #043A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A59; }
p { color: rgb(4,58,89); }
H1.HeaderClassName
{
color: #043A59;
}
.AnyTagClassName
{
color: #043A59;
}
</style>
background-color css
<style>
a { background-color: #043A59; }
a { background-color: rgb(4,58,89); }
div.DivClassName
{
background-color: #043A59;
}
.BgClassName
{
background-color: #043A59;
}
</style>
border-color css
<style>
span { border-color: #043A59; }
span { border-color: rgb(4,58,89); }
td.TdClassName
{
border-color: #043A59;
}
.TagClassName
{
border-color: #043A59;
}
</style>