Shades of Prussian Blue #044064
Tints of Prussian Blue #044064
RGB
CMYK
RGB Variations
Color information
#044064 (or 0x044064) is known color: Prussian Blue. HEX triplet: 04, 40 and 64. RGB value is (4,64,100). Sum of RGB (Red+Green+Blue) = 4+64+100=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #044064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044064 is #FBBF9B. Grayscale: #313131. Windows color (decimal): -16498588 or 6569988. OLE color: 6569988.
HSL color Cylindrical-coordinate representation of color #044064: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044064 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 64 | 100 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.61 |
| HSL | 202.5º | 0.92% | 0.2% | - |
| HSV(B) | 202.5º | 0.96% | 0.39% | - |
| XYZ | 4.18 | 4.61 | 12.73 | - |
| YUV | 50.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 100 | 0.96 | 0.36 | 0 | 0.61 | 202.5 | 0.92 | 0.2 |
| Hex | 4 | 40 | 64 | 60 | 24 | 0 | 3D | CA | 5C | 14 |
| Octal | 4 | 100 | 144 | 140 | 44 | 0 | 75 | 312 | 134 | 24 |
| Binary | 100 | 1000000 | 1100100 | 1100000 | 100100 | 0 | 111101 | 11001010 | 1011100 | 10100 |
Color Harmonies of #044064
Complementary color
Monochromatic Colors of #044064
Black with #044064
Text Example
Text Example
White with #044064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044064; }
p { color: rgb(4,64,100); }
H1.HeaderClassName
{
color: #044064;
}
.AnyTagClassName
{
color: #044064;
}
</style>
background-color css
<style>
a { background-color: #044064; }
a { background-color: rgb(4,64,100); }
div.DivClassName
{
background-color: #044064;
}
.BgClassName
{
background-color: #044064;
}
</style>
border-color css
<style>
span { border-color: #044064; }
span { border-color: rgb(4,64,100); }
td.TdClassName
{
border-color: #044064;
}
.TagClassName
{
border-color: #044064;
}
</style>