Shades of Prussian Blue #044263
Tints of Prussian Blue #044263
RGB
CMYK
RGB Variations
Color information
#044263 (or 0x044263) is known color: Prussian Blue. HEX triplet: 04, 42 and 63. RGB value is (4,66,99). Sum of RGB (Red+Green+Blue) = 4+66+99=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #044263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044263 is #FBBD9C. Grayscale: #333333. Windows color (decimal): -16498077 or 6504964. OLE color: 6504964.
HSL color Cylindrical-coordinate representation of color #044263: hue angle of 200.84º 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 #044263 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 66 | 99 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.61 |
| HSL | 200.84º | 0.92% | 0.2% | - |
| HSV(B) | 200.84º | 0.96% | 0.39% | - |
| XYZ | 4.25 | 4.82 | 12.51 | - |
| YUV | 51.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 99 | 0.96 | 0.33 | 0 | 0.61 | 200.84 | 0.92 | 0.2 |
| Hex | 4 | 42 | 63 | 60 | 21 | 0 | 3D | C9 | 5C | 14 |
| Octal | 4 | 102 | 143 | 140 | 41 | 0 | 75 | 311 | 134 | 24 |
| Binary | 100 | 1000010 | 1100011 | 1100000 | 100001 | 0 | 111101 | 11001001 | 1011100 | 10100 |
Color Harmonies of #044263
Complementary color
Monochromatic Colors of #044263
Black with #044263
Text Example
Text Example
White with #044263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044263; }
p { color: rgb(4,66,99); }
H1.HeaderClassName
{
color: #044263;
}
.AnyTagClassName
{
color: #044263;
}
</style>
background-color css
<style>
a { background-color: #044263; }
a { background-color: rgb(4,66,99); }
div.DivClassName
{
background-color: #044263;
}
.BgClassName
{
background-color: #044263;
}
</style>
border-color css
<style>
span { border-color: #044263; }
span { border-color: rgb(4,66,99); }
td.TdClassName
{
border-color: #044263;
}
.TagClassName
{
border-color: #044263;
}
</style>