Shades of Prussian Blue #043265
Tints of Prussian Blue #043265
RGB
CMYK
RGB Variations
Color information
#043265 (or 0x043265) is known color: Prussian Blue. HEX triplet: 04, 32 and 65. RGB value is (4,50,101). Sum of RGB (Red+Green+Blue) = 4+50+101=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #043265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043265 is #FBCD9A. Grayscale: #292929. Windows color (decimal): -16502171 or 6631940. OLE color: 6631940.
HSL color Cylindrical-coordinate representation of color #043265: hue angle of 211.55º degrees, saturation: 0.92, 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 #043265 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 50 | 101 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.60 |
| HSL | 211.55º | 0.92% | 0.21% | - |
| HSV(B) | 211.55º | 0.96% | 0.4% | - |
| XYZ | 3.54 | 3.25 | 12.75 | - |
| YUV | 42.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 101 | 0.96 | 0.50 | 0 | 0.60 | 211.55 | 0.92 | 0.21 |
| Hex | 4 | 32 | 65 | 60 | 32 | 0 | 3C | D4 | 5C | 15 |
| Octal | 4 | 62 | 145 | 140 | 62 | 0 | 74 | 324 | 134 | 25 |
| Binary | 100 | 110010 | 1100101 | 1100000 | 110010 | 0 | 111100 | 11010100 | 1011100 | 10101 |
Color Harmonies of #043265
Complementary color
Monochromatic Colors of #043265
Black with #043265
Text Example
Text Example
White with #043265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043265; }
p { color: rgb(4,50,101); }
H1.HeaderClassName
{
color: #043265;
}
.AnyTagClassName
{
color: #043265;
}
</style>
background-color css
<style>
a { background-color: #043265; }
a { background-color: rgb(4,50,101); }
div.DivClassName
{
background-color: #043265;
}
.BgClassName
{
background-color: #043265;
}
</style>
border-color css
<style>
span { border-color: #043265; }
span { border-color: rgb(4,50,101); }
td.TdClassName
{
border-color: #043265;
}
.TagClassName
{
border-color: #043265;
}
</style>