Shades of Prussian Blue #05294E
Tints of Prussian Blue #05294E
RGB
CMYK
RGB Variations
Color information
#05294E (or 0x05294E) is known color: Prussian Blue. HEX triplet: 05, 29 and 4E. RGB value is (5,41,78). Sum of RGB (Red+Green+Blue) = 5+41+78=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #05294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05294E is #FAD6B1. Grayscale: #222222. Windows color (decimal): -16438962 or 5122309. OLE color: 5122309.
HSL color Cylindrical-coordinate representation of color #05294E: hue angle of 210.41º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05294E is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 41 | 78 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.69 |
| HSL | 210.41º | 0.88% | 0.16% | - |
| HSV(B) | 210.41º | 0.94% | 0.31% | - |
| XYZ | 2.23 | 2.17 | 7.51 | - |
| YUV | 34.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 78 | 0.94 | 0.47 | 0 | 0.69 | 210.41 | 0.88 | 0.16 |
| Hex | 5 | 29 | 4E | 5E | 2F | 0 | 45 | D2 | 58 | 10 |
| Octal | 5 | 51 | 116 | 136 | 57 | 0 | 105 | 322 | 130 | 20 |
| Binary | 101 | 101001 | 1001110 | 1011110 | 101111 | 0 | 1000101 | 11010010 | 1011000 | 10000 |
Color Harmonies of #05294E
Complementary color
Monochromatic Colors of #05294E
Black with #05294E
Text Example
Text Example
White with #05294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05294E; }
p { color: rgb(5,41,78); }
H1.HeaderClassName
{
color: #05294E;
}
.AnyTagClassName
{
color: #05294E;
}
</style>
background-color css
<style>
a { background-color: #05294E; }
a { background-color: rgb(5,41,78); }
div.DivClassName
{
background-color: #05294E;
}
.BgClassName
{
background-color: #05294E;
}
</style>
border-color css
<style>
span { border-color: #05294E; }
span { border-color: rgb(5,41,78); }
td.TdClassName
{
border-color: #05294E;
}
.TagClassName
{
border-color: #05294E;
}
</style>