Shades of Prussian Blue #044067
Tints of Prussian Blue #044067
RGB
CMYK
RGB Variations
Color information
#044067 (or 0x044067) is known color: Prussian Blue. HEX triplet: 04, 40 and 67. RGB value is (4,64,103). Sum of RGB (Red+Green+Blue) = 4+64+103=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #044067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044067 is #FBBF98. Grayscale: #323232. Windows color (decimal): -16498585 or 6766596. OLE color: 6766596.
HSL color Cylindrical-coordinate representation of color #044067: hue angle of 203.64º 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 #044067 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 64 | 103 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.60 |
| HSL | 203.64º | 0.93% | 0.21% | - |
| HSV(B) | 203.64º | 0.96% | 0.4% | - |
| XYZ | 4.33 | 4.67 | 13.51 | - |
| YUV | 50.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 103 | 0.96 | 0.38 | 0 | 0.60 | 203.64 | 0.93 | 0.21 |
| Hex | 4 | 40 | 67 | 60 | 26 | 0 | 3C | CC | 5D | 15 |
| Octal | 4 | 100 | 147 | 140 | 46 | 0 | 74 | 314 | 135 | 25 |
| Binary | 100 | 1000000 | 1100111 | 1100000 | 100110 | 0 | 111100 | 11001100 | 1011101 | 10101 |
Color Harmonies of #044067
Complementary color
Monochromatic Colors of #044067
Black with #044067
Text Example
Text Example
White with #044067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044067; }
p { color: rgb(4,64,103); }
H1.HeaderClassName
{
color: #044067;
}
.AnyTagClassName
{
color: #044067;
}
</style>
background-color css
<style>
a { background-color: #044067; }
a { background-color: rgb(4,64,103); }
div.DivClassName
{
background-color: #044067;
}
.BgClassName
{
background-color: #044067;
}
</style>
border-color css
<style>
span { border-color: #044067; }
span { border-color: rgb(4,64,103); }
td.TdClassName
{
border-color: #044067;
}
.TagClassName
{
border-color: #044067;
}
</style>