Shades of Prussian Blue #044268
Tints of Prussian Blue #044268
RGB
CMYK
RGB Variations
Color information
#044268 (or 0x044268) is known color: Prussian Blue. HEX triplet: 04, 42 and 68. RGB value is (4,66,104). Sum of RGB (Red+Green+Blue) = 4+66+104=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #044268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044268 is #FBBD97. Grayscale: #333333. Windows color (decimal): -16498072 or 6832644. OLE color: 6832644.
HSL color Cylindrical-coordinate representation of color #044268: hue angle of 202.8º 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 #044268 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 66 | 104 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.59 |
| HSL | 202.8º | 0.93% | 0.21% | - |
| HSV(B) | 202.8º | 0.96% | 0.41% | - |
| XYZ | 4.5 | 4.92 | 13.81 | - |
| YUV | 51.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 104 | 0.96 | 0.37 | 0 | 0.59 | 202.8 | 0.93 | 0.21 |
| Hex | 4 | 42 | 68 | 60 | 25 | 0 | 3B | CB | 5D | 15 |
| Octal | 4 | 102 | 150 | 140 | 45 | 0 | 73 | 313 | 135 | 25 |
| Binary | 100 | 1000010 | 1101000 | 1100000 | 100101 | 0 | 111011 | 11001011 | 1011101 | 10101 |
Color Harmonies of #044268
Complementary color
Monochromatic Colors of #044268
Black with #044268
Text Example
Text Example
White with #044268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044268; }
p { color: rgb(4,66,104); }
H1.HeaderClassName
{
color: #044268;
}
.AnyTagClassName
{
color: #044268;
}
</style>
background-color css
<style>
a { background-color: #044268; }
a { background-color: rgb(4,66,104); }
div.DivClassName
{
background-color: #044268;
}
.BgClassName
{
background-color: #044268;
}
</style>
border-color css
<style>
span { border-color: #044268; }
span { border-color: rgb(4,66,104); }
td.TdClassName
{
border-color: #044268;
}
.TagClassName
{
border-color: #044268;
}
</style>