Shades of Prussian Blue #043F64
Tints of Prussian Blue #043F64
RGB
CMYK
RGB Variations
Color information
#043F64 (or 0x043F64) is known color: Prussian Blue. HEX triplet: 04, 3F and 64. RGB value is (4,63,100). Sum of RGB (Red+Green+Blue) = 4+63+100=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 100 (39.45% from 255 or 59.88% from 167); Max value from RGB is 100 - color contains mainly: blue. Hex color #043F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043F64 is #FBC09B. Grayscale: #313131. Windows color (decimal): -16498844 or 6569732. OLE color: 6569732.
HSL color Cylindrical-coordinate representation of color #043F64: hue angle of 203.12º 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 #043F64 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 63 | 100 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.61 |
| HSL | 203.13º | 0.92% | 0.2% | - |
| HSV(B) | 203.13º | 0.96% | 0.39% | - |
| XYZ | 4.13 | 4.5 | 12.71 | - |
| YUV | 49.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 100 | 0.96 | 0.37 | 0 | 0.61 | 203.13 | 0.92 | 0.2 |
| Hex | 4 | 3F | 64 | 60 | 25 | 0 | 3D | CB | 5C | 14 |
| Octal | 4 | 77 | 144 | 140 | 45 | 0 | 75 | 313 | 134 | 24 |
| Binary | 100 | 111111 | 1100100 | 1100000 | 100101 | 0 | 111101 | 11001011 | 1011100 | 10100 |
Color Harmonies of #043F64
Complementary color
Monochromatic Colors of #043F64
Black with #043F64
Text Example
Text Example
White with #043F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F64; }
p { color: rgb(4,63,100); }
H1.HeaderClassName
{
color: #043F64;
}
.AnyTagClassName
{
color: #043F64;
}
</style>
background-color css
<style>
a { background-color: #043F64; }
a { background-color: rgb(4,63,100); }
div.DivClassName
{
background-color: #043F64;
}
.BgClassName
{
background-color: #043F64;
}
</style>
border-color css
<style>
span { border-color: #043F64; }
span { border-color: rgb(4,63,100); }
td.TdClassName
{
border-color: #043F64;
}
.TagClassName
{
border-color: #043F64;
}
</style>