Shades of Prussian Blue #043373
Tints of Prussian Blue #043373
RGB
CMYK
RGB Variations
Color information
#043373 (or 0x043373) is known color: Prussian Blue. HEX triplet: 04, 33 and 73. RGB value is (4,51,115). Sum of RGB (Red+Green+Blue) = 4+51+115=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #043373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043373 is #FBCC8C. Grayscale: #2B2B2B. Windows color (decimal): -16501901 or 7549700. OLE color: 7549700.
HSL color Cylindrical-coordinate representation of color #043373: hue angle of 214.59º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043373 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 51 | 115 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.55 |
| HSL | 214.59º | 0.93% | 0.23% | - |
| HSV(B) | 214.59º | 0.97% | 0.45% | - |
| XYZ | 4.33 | 3.63 | 16.69 | - |
| YUV | 44.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 115 | 0.97 | 0.56 | 0 | 0.55 | 214.59 | 0.93 | 0.23 |
| Hex | 4 | 33 | 73 | 61 | 38 | 0 | 37 | D7 | 5D | 17 |
| Octal | 4 | 63 | 163 | 141 | 70 | 0 | 67 | 327 | 135 | 27 |
| Binary | 100 | 110011 | 1110011 | 1100001 | 111000 | 0 | 110111 | 11010111 | 1011101 | 10111 |
Color Harmonies of #043373
Complementary color
Monochromatic Colors of #043373
Black with #043373
Text Example
Text Example
White with #043373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043373; }
p { color: rgb(4,51,115); }
H1.HeaderClassName
{
color: #043373;
}
.AnyTagClassName
{
color: #043373;
}
</style>
background-color css
<style>
a { background-color: #043373; }
a { background-color: rgb(4,51,115); }
div.DivClassName
{
background-color: #043373;
}
.BgClassName
{
background-color: #043373;
}
</style>
border-color css
<style>
span { border-color: #043373; }
span { border-color: rgb(4,51,115); }
td.TdClassName
{
border-color: #043373;
}
.TagClassName
{
border-color: #043373;
}
</style>