Shades of Prussian Blue #043453
Tints of Prussian Blue #043453
RGB
CMYK
RGB Variations
Color information
#043453 (or 0x043453) is known color: Prussian Blue. HEX triplet: 04, 34 and 53. RGB value is (4,52,83). Sum of RGB (Red+Green+Blue) = 4+52+83=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #043453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043453 is #FBCBAC. Grayscale: #292929. Windows color (decimal): -16501677 or 5452804. OLE color: 5452804.
HSL color Cylindrical-coordinate representation of color #043453: hue angle of 203.54º 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 #043453 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 52 | 83 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.67 |
| HSL | 203.54º | 0.91% | 0.17% | - |
| HSV(B) | 203.54º | 0.95% | 0.33% | - |
| XYZ | 2.84 | 3.11 | 8.63 | - |
| YUV | 41.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 83 | 0.95 | 0.37 | 0 | 0.67 | 203.54 | 0.91 | 0.17 |
| Hex | 4 | 34 | 53 | 5F | 25 | 0 | 43 | CC | 5B | 11 |
| Octal | 4 | 64 | 123 | 137 | 45 | 0 | 103 | 314 | 133 | 21 |
| Binary | 100 | 110100 | 1010011 | 1011111 | 100101 | 0 | 1000011 | 11001100 | 1011011 | 10001 |
Color Harmonies of #043453
Complementary color
Monochromatic Colors of #043453
Black with #043453
Text Example
Text Example
White with #043453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043453; }
p { color: rgb(4,52,83); }
H1.HeaderClassName
{
color: #043453;
}
.AnyTagClassName
{
color: #043453;
}
</style>
background-color css
<style>
a { background-color: #043453; }
a { background-color: rgb(4,52,83); }
div.DivClassName
{
background-color: #043453;
}
.BgClassName
{
background-color: #043453;
}
</style>
border-color css
<style>
span { border-color: #043453; }
span { border-color: rgb(4,52,83); }
td.TdClassName
{
border-color: #043453;
}
.TagClassName
{
border-color: #043453;
}
</style>