Shades of Prussian Blue #043168
Tints of Prussian Blue #043168
RGB
CMYK
RGB Variations
Color information
#043168 (or 0x043168) is known color: Prussian Blue. HEX triplet: 04, 31 and 68. RGB value is (4,49,104). Sum of RGB (Red+Green+Blue) = 4+49+104=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #043168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043168 is #FBCE97. Grayscale: #292929. Windows color (decimal): -16502424 or 6828292. OLE color: 6828292.
HSL color Cylindrical-coordinate representation of color #043168: hue angle of 213º 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 #043168 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 49 | 104 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.59 |
| HSL | 213º | 0.93% | 0.21% | - |
| HSV(B) | 213º | 0.96% | 0.41% | - |
| XYZ | 3.65 | 3.22 | 13.53 | - |
| YUV | 41.82 | 163.09 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 104 | 0.96 | 0.53 | 0 | 0.59 | 213 | 0.93 | 0.21 |
| Hex | 4 | 31 | 68 | 60 | 35 | 0 | 3B | D5 | 5D | 15 |
| Octal | 4 | 61 | 150 | 140 | 65 | 0 | 73 | 325 | 135 | 25 |
| Binary | 100 | 110001 | 1101000 | 1100000 | 110101 | 0 | 111011 | 11010101 | 1011101 | 10101 |
Color Harmonies of #043168
Complementary color
Monochromatic Colors of #043168
Black with #043168
Text Example
Text Example
White with #043168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043168; }
p { color: rgb(4,49,104); }
H1.HeaderClassName
{
color: #043168;
}
.AnyTagClassName
{
color: #043168;
}
</style>
background-color css
<style>
a { background-color: #043168; }
a { background-color: rgb(4,49,104); }
div.DivClassName
{
background-color: #043168;
}
.BgClassName
{
background-color: #043168;
}
</style>
border-color css
<style>
span { border-color: #043168; }
span { border-color: rgb(4,49,104); }
td.TdClassName
{
border-color: #043168;
}
.TagClassName
{
border-color: #043168;
}
</style>