Shades of Prussian Blue #044264
Tints of Prussian Blue #044264
RGB
CMYK
RGB Variations
Color information
#044264 (or 0x044264) is known color: Prussian Blue. HEX triplet: 04, 42 and 64. RGB value is (4,66,100). Sum of RGB (Red+Green+Blue) = 4+66+100=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #044264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044264 is #FBBD9B. Grayscale: #333333. Windows color (decimal): -16498076 or 6570500. OLE color: 6570500.
HSL color Cylindrical-coordinate representation of color #044264: hue angle of 201.25º 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 #044264 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 66 | 100 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.61 |
| HSL | 201.25º | 0.92% | 0.2% | - |
| HSV(B) | 201.25º | 0.96% | 0.39% | - |
| XYZ | 4.3 | 4.84 | 12.76 | - |
| YUV | 51.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 100 | 0.96 | 0.34 | 0 | 0.61 | 201.25 | 0.92 | 0.2 |
| Hex | 4 | 42 | 64 | 60 | 22 | 0 | 3D | C9 | 5C | 14 |
| Octal | 4 | 102 | 144 | 140 | 42 | 0 | 75 | 311 | 134 | 24 |
| Binary | 100 | 1000010 | 1100100 | 1100000 | 100010 | 0 | 111101 | 11001001 | 1011100 | 10100 |
Color Harmonies of #044264
Complementary color
Monochromatic Colors of #044264
Black with #044264
Text Example
Text Example
White with #044264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044264; }
p { color: rgb(4,66,100); }
H1.HeaderClassName
{
color: #044264;
}
.AnyTagClassName
{
color: #044264;
}
</style>
background-color css
<style>
a { background-color: #044264; }
a { background-color: rgb(4,66,100); }
div.DivClassName
{
background-color: #044264;
}
.BgClassName
{
background-color: #044264;
}
</style>
border-color css
<style>
span { border-color: #044264; }
span { border-color: rgb(4,66,100); }
td.TdClassName
{
border-color: #044264;
}
.TagClassName
{
border-color: #044264;
}
</style>