Shades of Prussian Blue #044161
Tints of Prussian Blue #044161
RGB
CMYK
RGB Variations
Color information
#044161 (or 0x044161) is known color: Prussian Blue. HEX triplet: 04, 41 and 61. RGB value is (4,65,97). Sum of RGB (Red+Green+Blue) = 4+65+97=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #044161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044161 is #FBBE9E. Grayscale: #323232. Windows color (decimal): -16498335 or 6373636. OLE color: 6373636.
HSL color Cylindrical-coordinate representation of color #044161: hue angle of 200.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044161 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 65 | 97 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.62 |
| HSL | 200.65º | 0.92% | 0.2% | - |
| HSV(B) | 200.65º | 0.96% | 0.38% | - |
| XYZ | 4.1 | 4.67 | 11.99 | - |
| YUV | 50.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 97 | 0.96 | 0.33 | 0 | 0.62 | 200.65 | 0.92 | 0.2 |
| Hex | 4 | 41 | 61 | 60 | 21 | 0 | 3E | C9 | 5C | 14 |
| Octal | 4 | 101 | 141 | 140 | 41 | 0 | 76 | 311 | 134 | 24 |
| Binary | 100 | 1000001 | 1100001 | 1100000 | 100001 | 0 | 111110 | 11001001 | 1011100 | 10100 |
Color Harmonies of #044161
Complementary color
Monochromatic Colors of #044161
Black with #044161
Text Example
Text Example
White with #044161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044161; }
p { color: rgb(4,65,97); }
H1.HeaderClassName
{
color: #044161;
}
.AnyTagClassName
{
color: #044161;
}
</style>
background-color css
<style>
a { background-color: #044161; }
a { background-color: rgb(4,65,97); }
div.DivClassName
{
background-color: #044161;
}
.BgClassName
{
background-color: #044161;
}
</style>
border-color css
<style>
span { border-color: #044161; }
span { border-color: rgb(4,65,97); }
td.TdClassName
{
border-color: #044161;
}
.TagClassName
{
border-color: #044161;
}
</style>