Shades of Prussian Blue #043E69
Tints of Prussian Blue #043E69
RGB
CMYK
RGB Variations
Color information
#043E69 (or 0x043E69) is known color: Prussian Blue. HEX triplet: 04, 3E and 69. RGB value is (4,62,105). Sum of RGB (Red+Green+Blue) = 4+62+105=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #043E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043E69 is #FBC196. Grayscale: #313131. Windows color (decimal): -16499095 or 6897156. OLE color: 6897156.
HSL color Cylindrical-coordinate representation of color #043E69: hue angle of 205.54º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043E69 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 62 | 105 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.59 |
| HSL | 205.54º | 0.93% | 0.21% | - |
| HSV(B) | 205.54º | 0.96% | 0.41% | - |
| XYZ | 4.32 | 4.49 | 14 | - |
| YUV | 49.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 105 | 0.96 | 0.41 | 0 | 0.59 | 205.54 | 0.93 | 0.21 |
| Hex | 4 | 3E | 69 | 60 | 29 | 0 | 3B | CE | 5D | 15 |
| Octal | 4 | 76 | 151 | 140 | 51 | 0 | 73 | 316 | 135 | 25 |
| Binary | 100 | 111110 | 1101001 | 1100000 | 101001 | 0 | 111011 | 11001110 | 1011101 | 10101 |
Color Harmonies of #043E69
Complementary color
Monochromatic Colors of #043E69
Black with #043E69
Text Example
Text Example
White with #043E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E69; }
p { color: rgb(4,62,105); }
H1.HeaderClassName
{
color: #043E69;
}
.AnyTagClassName
{
color: #043E69;
}
</style>
background-color css
<style>
a { background-color: #043E69; }
a { background-color: rgb(4,62,105); }
div.DivClassName
{
background-color: #043E69;
}
.BgClassName
{
background-color: #043E69;
}
</style>
border-color css
<style>
span { border-color: #043E69; }
span { border-color: rgb(4,62,105); }
td.TdClassName
{
border-color: #043E69;
}
.TagClassName
{
border-color: #043E69;
}
</style>