Shades of Prussian Blue #043150
Tints of Prussian Blue #043150
RGB
CMYK
RGB Variations
Color information
#043150 (or 0x043150) is known color: Prussian Blue. HEX triplet: 04, 31 and 50. RGB value is (4,49,80). Sum of RGB (Red+Green+Blue) = 4+49+80=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #043150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043150 is #FBCEAF. Grayscale: #262626. Windows color (decimal): -16502448 or 5255428. OLE color: 5255428.
HSL color Cylindrical-coordinate representation of color #043150: hue angle of 204.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043150 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 49 | 80 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.69 |
| HSL | 204.47º | 0.9% | 0.16% | - |
| HSV(B) | 204.47º | 0.95% | 0.31% | - |
| XYZ | 2.6 | 2.8 | 7.99 | - |
| YUV | 39.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 80 | 0.95 | 0.39 | 0 | 0.69 | 204.47 | 0.9 | 0.16 |
| Hex | 4 | 31 | 50 | 5F | 27 | 0 | 45 | CC | 5A | 10 |
| Octal | 4 | 61 | 120 | 137 | 47 | 0 | 105 | 314 | 132 | 20 |
| Binary | 100 | 110001 | 1010000 | 1011111 | 100111 | 0 | 1000101 | 11001100 | 1011010 | 10000 |
Color Harmonies of #043150
Complementary color
Monochromatic Colors of #043150
Black with #043150
Text Example
Text Example
White with #043150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043150; }
p { color: rgb(4,49,80); }
H1.HeaderClassName
{
color: #043150;
}
.AnyTagClassName
{
color: #043150;
}
</style>
background-color css
<style>
a { background-color: #043150; }
a { background-color: rgb(4,49,80); }
div.DivClassName
{
background-color: #043150;
}
.BgClassName
{
background-color: #043150;
}
</style>
border-color css
<style>
span { border-color: #043150; }
span { border-color: rgb(4,49,80); }
td.TdClassName
{
border-color: #043150;
}
.TagClassName
{
border-color: #043150;
}
</style>