Shades of Prussian Blue #044369
Tints of Prussian Blue #044369
RGB
CMYK
RGB Variations
Color information
#044369 (or 0x044369) is known color: Prussian Blue. HEX triplet: 04, 43 and 69. RGB value is (4,67,105). Sum of RGB (Red+Green+Blue) = 4+67+105=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #044369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044369 is #FBBC96. Grayscale: #343434. Windows color (decimal): -16497815 or 6898436. OLE color: 6898436.
HSL color Cylindrical-coordinate representation of color #044369: hue angle of 202.57º 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 #044369 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 67 | 105 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.59 |
| HSL | 202.57º | 0.93% | 0.21% | - |
| HSV(B) | 202.57º | 0.96% | 0.41% | - |
| XYZ | 4.61 | 5.06 | 14.1 | - |
| YUV | 52.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 105 | 0.96 | 0.36 | 0 | 0.59 | 202.57 | 0.93 | 0.21 |
| Hex | 4 | 43 | 69 | 60 | 24 | 0 | 3B | CB | 5D | 15 |
| Octal | 4 | 103 | 151 | 140 | 44 | 0 | 73 | 313 | 135 | 25 |
| Binary | 100 | 1000011 | 1101001 | 1100000 | 100100 | 0 | 111011 | 11001011 | 1011101 | 10101 |
Color Harmonies of #044369
Complementary color
Monochromatic Colors of #044369
Black with #044369
Text Example
Text Example
White with #044369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044369; }
p { color: rgb(4,67,105); }
H1.HeaderClassName
{
color: #044369;
}
.AnyTagClassName
{
color: #044369;
}
</style>
background-color css
<style>
a { background-color: #044369; }
a { background-color: rgb(4,67,105); }
div.DivClassName
{
background-color: #044369;
}
.BgClassName
{
background-color: #044369;
}
</style>
border-color css
<style>
span { border-color: #044369; }
span { border-color: rgb(4,67,105); }
td.TdClassName
{
border-color: #044369;
}
.TagClassName
{
border-color: #044369;
}
</style>