Shades of Prussian Blue #043067
Tints of Prussian Blue #043067
RGB
CMYK
RGB Variations
Color information
#043067 (or 0x043067) is known color: Prussian Blue. HEX triplet: 04, 30 and 67. RGB value is (4,48,103). Sum of RGB (Red+Green+Blue) = 4+48+103=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #043067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043067 is #FBCF98. Grayscale: #282828. Windows color (decimal): -16502681 or 6762500. OLE color: 6762500.
HSL color Cylindrical-coordinate representation of color #043067: hue angle of 213.33º 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 #043067 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 48 | 103 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.60 |
| HSL | 213.33º | 0.93% | 0.21% | - |
| HSV(B) | 213.33º | 0.96% | 0.4% | - |
| XYZ | 3.56 | 3.12 | 13.25 | - |
| YUV | 41.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 103 | 0.96 | 0.53 | 0 | 0.60 | 213.33 | 0.93 | 0.21 |
| Hex | 4 | 30 | 67 | 60 | 35 | 0 | 3C | D5 | 5D | 15 |
| Octal | 4 | 60 | 147 | 140 | 65 | 0 | 74 | 325 | 135 | 25 |
| Binary | 100 | 110000 | 1100111 | 1100000 | 110101 | 0 | 111100 | 11010101 | 1011101 | 10101 |
Color Harmonies of #043067
Complementary color
Monochromatic Colors of #043067
Black with #043067
Text Example
Text Example
White with #043067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043067; }
p { color: rgb(4,48,103); }
H1.HeaderClassName
{
color: #043067;
}
.AnyTagClassName
{
color: #043067;
}
</style>
background-color css
<style>
a { background-color: #043067; }
a { background-color: rgb(4,48,103); }
div.DivClassName
{
background-color: #043067;
}
.BgClassName
{
background-color: #043067;
}
</style>
border-color css
<style>
span { border-color: #043067; }
span { border-color: rgb(4,48,103); }
td.TdClassName
{
border-color: #043067;
}
.TagClassName
{
border-color: #043067;
}
</style>