Shades of Prussian Blue #043868
Tints of Prussian Blue #043868
RGB
CMYK
RGB Variations
Color information
#043868 (or 0x043868) is known color: Prussian Blue. HEX triplet: 04, 38 and 68. RGB value is (4,56,104). Sum of RGB (Red+Green+Blue) = 4+56+104=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #043868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043868 is #FBC797. Grayscale: #2D2D2D. Windows color (decimal): -16500632 or 6830084. OLE color: 6830084.
HSL color Cylindrical-coordinate representation of color #043868: hue angle of 208.8º 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 #043868 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 56 | 104 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.59 |
| HSL | 208.8º | 0.93% | 0.21% | - |
| HSV(B) | 208.8º | 0.96% | 0.41% | - |
| XYZ | 3.96 | 3.85 | 13.63 | - |
| YUV | 45.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 104 | 0.96 | 0.46 | 0 | 0.59 | 208.8 | 0.93 | 0.21 |
| Hex | 4 | 38 | 68 | 60 | 2E | 0 | 3B | D1 | 5D | 15 |
| Octal | 4 | 70 | 150 | 140 | 56 | 0 | 73 | 321 | 135 | 25 |
| Binary | 100 | 111000 | 1101000 | 1100000 | 101110 | 0 | 111011 | 11010001 | 1011101 | 10101 |
Color Harmonies of #043868
Complementary color
Monochromatic Colors of #043868
Black with #043868
Text Example
Text Example
White with #043868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043868; }
p { color: rgb(4,56,104); }
H1.HeaderClassName
{
color: #043868;
}
.AnyTagClassName
{
color: #043868;
}
</style>
background-color css
<style>
a { background-color: #043868; }
a { background-color: rgb(4,56,104); }
div.DivClassName
{
background-color: #043868;
}
.BgClassName
{
background-color: #043868;
}
</style>
border-color css
<style>
span { border-color: #043868; }
span { border-color: rgb(4,56,104); }
td.TdClassName
{
border-color: #043868;
}
.TagClassName
{
border-color: #043868;
}
</style>