Shades of Prussian Blue #043A67
Tints of Prussian Blue #043A67
RGB
CMYK
RGB Variations
Color information
#043A67 (or 0x043A67) is known color: Prussian Blue. HEX triplet: 04, 3A and 67. RGB value is (4,58,103). Sum of RGB (Red+Green+Blue) = 4+58+103=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #043A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A67 is #FBC598. Grayscale: #2E2E2E. Windows color (decimal): -16500121 or 6765060. OLE color: 6765060.
HSL color Cylindrical-coordinate representation of color #043A67: hue angle of 207.27º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043A67 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 58 | 103 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.60 |
| HSL | 207.27º | 0.93% | 0.21% | - |
| HSV(B) | 207.27º | 0.96% | 0.4% | - |
| XYZ | 4.01 | 4.03 | 13.4 | - |
| YUV | 46.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 103 | 0.96 | 0.44 | 0 | 0.60 | 207.27 | 0.93 | 0.21 |
| Hex | 4 | 3A | 67 | 60 | 2C | 0 | 3C | CF | 5D | 15 |
| Octal | 4 | 72 | 147 | 140 | 54 | 0 | 74 | 317 | 135 | 25 |
| Binary | 100 | 111010 | 1100111 | 1100000 | 101100 | 0 | 111100 | 11001111 | 1011101 | 10101 |
Color Harmonies of #043A67
Complementary color
Monochromatic Colors of #043A67
Black with #043A67
Text Example
Text Example
White with #043A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A67; }
p { color: rgb(4,58,103); }
H1.HeaderClassName
{
color: #043A67;
}
.AnyTagClassName
{
color: #043A67;
}
</style>
background-color css
<style>
a { background-color: #043A67; }
a { background-color: rgb(4,58,103); }
div.DivClassName
{
background-color: #043A67;
}
.BgClassName
{
background-color: #043A67;
}
</style>
border-color css
<style>
span { border-color: #043A67; }
span { border-color: rgb(4,58,103); }
td.TdClassName
{
border-color: #043A67;
}
.TagClassName
{
border-color: #043A67;
}
</style>