Shades of Prussian Blue #043D63
Tints of Prussian Blue #043D63
RGB
CMYK
RGB Variations
Color information
#043D63 (or 0x043D63) is known color: Prussian Blue. HEX triplet: 04, 3D and 63. RGB value is (4,61,99). Sum of RGB (Red+Green+Blue) = 4+61+99=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #043D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043D63 is #FBC29C. Grayscale: #303030. Windows color (decimal): -16499357 or 6503684. OLE color: 6503684.
HSL color Cylindrical-coordinate representation of color #043D63: hue angle of 204º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043D63 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 61 | 99 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.61 |
| HSL | 204º | 0.92% | 0.2% | - |
| HSV(B) | 204º | 0.96% | 0.39% | - |
| XYZ | 3.97 | 4.26 | 12.42 | - |
| YUV | 48.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 99 | 0.96 | 0.38 | 0 | 0.61 | 204 | 0.92 | 0.2 |
| Hex | 4 | 3D | 63 | 60 | 26 | 0 | 3D | CC | 5C | 14 |
| Octal | 4 | 75 | 143 | 140 | 46 | 0 | 75 | 314 | 134 | 24 |
| Binary | 100 | 111101 | 1100011 | 1100000 | 100110 | 0 | 111101 | 11001100 | 1011100 | 10100 |
Color Harmonies of #043D63
Complementary color
Monochromatic Colors of #043D63
Black with #043D63
Text Example
Text Example
White with #043D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D63; }
p { color: rgb(4,61,99); }
H1.HeaderClassName
{
color: #043D63;
}
.AnyTagClassName
{
color: #043D63;
}
</style>
background-color css
<style>
a { background-color: #043D63; }
a { background-color: rgb(4,61,99); }
div.DivClassName
{
background-color: #043D63;
}
.BgClassName
{
background-color: #043D63;
}
</style>
border-color css
<style>
span { border-color: #043D63; }
span { border-color: rgb(4,61,99); }
td.TdClassName
{
border-color: #043D63;
}
.TagClassName
{
border-color: #043D63;
}
</style>