Shades of Prussian Blue #043F63
Tints of Prussian Blue #043F63
RGB
CMYK
RGB Variations
Color information
#043F63 (or 0x043F63) is known color: Prussian Blue. HEX triplet: 04, 3F and 63. RGB value is (4,63,99). Sum of RGB (Red+Green+Blue) = 4+63+99=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #043F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043F63 is #FBC09C. Grayscale: #313131. Windows color (decimal): -16498845 or 6504196. OLE color: 6504196.
HSL color Cylindrical-coordinate representation of color #043F63: hue angle of 202.74º 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 #043F63 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 63 | 99 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.61 |
| HSL | 202.74º | 0.92% | 0.2% | - |
| HSV(B) | 202.74º | 0.96% | 0.39% | - |
| XYZ | 4.08 | 4.48 | 12.45 | - |
| YUV | 49.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 99 | 0.96 | 0.36 | 0 | 0.61 | 202.74 | 0.92 | 0.2 |
| Hex | 4 | 3F | 63 | 60 | 24 | 0 | 3D | CB | 5C | 14 |
| Octal | 4 | 77 | 143 | 140 | 44 | 0 | 75 | 313 | 134 | 24 |
| Binary | 100 | 111111 | 1100011 | 1100000 | 100100 | 0 | 111101 | 11001011 | 1011100 | 10100 |
Color Harmonies of #043F63
Complementary color
Monochromatic Colors of #043F63
Black with #043F63
Text Example
Text Example
White with #043F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F63; }
p { color: rgb(4,63,99); }
H1.HeaderClassName
{
color: #043F63;
}
.AnyTagClassName
{
color: #043F63;
}
</style>
background-color css
<style>
a { background-color: #043F63; }
a { background-color: rgb(4,63,99); }
div.DivClassName
{
background-color: #043F63;
}
.BgClassName
{
background-color: #043F63;
}
</style>
border-color css
<style>
span { border-color: #043F63; }
span { border-color: rgb(4,63,99); }
td.TdClassName
{
border-color: #043F63;
}
.TagClassName
{
border-color: #043F63;
}
</style>