Shades of Prussian Blue #05294D
Tints of Prussian Blue #05294D
RGB
CMYK
RGB Variations
Color information
#05294D (or 0x05294D) is known color: Prussian Blue. HEX triplet: 05, 29 and 4D. RGB value is (5,41,77). Sum of RGB (Red+Green+Blue) = 5+41+77=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #05294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05294D is #FAD6B2. Grayscale: #222222. Windows color (decimal): -16438963 or 5056773. OLE color: 5056773.
HSL color Cylindrical-coordinate representation of color #05294D: hue angle of 210º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05294D is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 41 | 77 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.70 |
| HSL | 210º | 0.88% | 0.16% | - |
| HSV(B) | 210º | 0.94% | 0.3% | - |
| XYZ | 2.2 | 2.15 | 7.32 | - |
| YUV | 34.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 77 | 0.94 | 0.47 | 0 | 0.70 | 210 | 0.88 | 0.16 |
| Hex | 5 | 29 | 4D | 5E | 2F | 0 | 46 | D2 | 58 | 10 |
| Octal | 5 | 51 | 115 | 136 | 57 | 0 | 106 | 322 | 130 | 20 |
| Binary | 101 | 101001 | 1001101 | 1011110 | 101111 | 0 | 1000110 | 11010010 | 1011000 | 10000 |
Color Harmonies of #05294D
Complementary color
Monochromatic Colors of #05294D
Black with #05294D
Text Example
Text Example
White with #05294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05294D; }
p { color: rgb(5,41,77); }
H1.HeaderClassName
{
color: #05294D;
}
.AnyTagClassName
{
color: #05294D;
}
</style>
background-color css
<style>
a { background-color: #05294D; }
a { background-color: rgb(5,41,77); }
div.DivClassName
{
background-color: #05294D;
}
.BgClassName
{
background-color: #05294D;
}
</style>
border-color css
<style>
span { border-color: #05294D; }
span { border-color: rgb(5,41,77); }
td.TdClassName
{
border-color: #05294D;
}
.TagClassName
{
border-color: #05294D;
}
</style>