Shades of Prussian Blue #043154
Tints of Prussian Blue #043154
RGB
CMYK
RGB Variations
Color information
#043154 (or 0x043154) is known color: Prussian Blue. HEX triplet: 04, 31 and 54. RGB value is (4,49,84). Sum of RGB (Red+Green+Blue) = 4+49+84=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #043154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043154 is #FBCEAB. Grayscale: #272727. Windows color (decimal): -16502444 or 5517572. OLE color: 5517572.
HSL color Cylindrical-coordinate representation of color #043154: hue angle of 206.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043154 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 49 | 84 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.67 |
| HSL | 206.25º | 0.91% | 0.17% | - |
| HSV(B) | 206.25º | 0.95% | 0.33% | - |
| XYZ | 2.75 | 2.86 | 8.8 | - |
| YUV | 39.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 84 | 0.95 | 0.42 | 0 | 0.67 | 206.25 | 0.91 | 0.17 |
| Hex | 4 | 31 | 54 | 5F | 2A | 0 | 43 | CE | 5B | 11 |
| Octal | 4 | 61 | 124 | 137 | 52 | 0 | 103 | 316 | 133 | 21 |
| Binary | 100 | 110001 | 1010100 | 1011111 | 101010 | 0 | 1000011 | 11001110 | 1011011 | 10001 |
Color Harmonies of #043154
Complementary color
Monochromatic Colors of #043154
Black with #043154
Text Example
Text Example
White with #043154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043154; }
p { color: rgb(4,49,84); }
H1.HeaderClassName
{
color: #043154;
}
.AnyTagClassName
{
color: #043154;
}
</style>
background-color css
<style>
a { background-color: #043154; }
a { background-color: rgb(4,49,84); }
div.DivClassName
{
background-color: #043154;
}
.BgClassName
{
background-color: #043154;
}
</style>
border-color css
<style>
span { border-color: #043154; }
span { border-color: rgb(4,49,84); }
td.TdClassName
{
border-color: #043154;
}
.TagClassName
{
border-color: #043154;
}
</style>