Shades of Prussian Blue #05294C
Tints of Prussian Blue #05294C
RGB
CMYK
RGB Variations
Color information
#05294C (or 0x05294C) is known color: Prussian Blue. HEX triplet: 05, 29 and 4C. RGB value is (5,41,76). Sum of RGB (Red+Green+Blue) = 5+41+76=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #05294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05294C is #FAD6B3. Grayscale: #222222. Windows color (decimal): -16438964 or 4991237. OLE color: 4991237.
HSL color Cylindrical-coordinate representation of color #05294C: hue angle of 209.58º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05294C is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 41 | 76 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.70 |
| HSL | 209.58º | 0.88% | 0.16% | - |
| HSV(B) | 209.58º | 0.93% | 0.3% | - |
| XYZ | 2.16 | 2.14 | 7.14 | - |
| YUV | 34.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 76 | 0.93 | 0.46 | 0 | 0.70 | 209.58 | 0.88 | 0.16 |
| Hex | 5 | 29 | 4C | 5D | 2E | 0 | 46 | D2 | 58 | 10 |
| Octal | 5 | 51 | 114 | 135 | 56 | 0 | 106 | 322 | 130 | 20 |
| Binary | 101 | 101001 | 1001100 | 1011101 | 101110 | 0 | 1000110 | 11010010 | 1011000 | 10000 |
Color Harmonies of #05294C
Complementary color
Monochromatic Colors of #05294C
Black with #05294C
Text Example
Text Example
White with #05294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05294C; }
p { color: rgb(5,41,76); }
H1.HeaderClassName
{
color: #05294C;
}
.AnyTagClassName
{
color: #05294C;
}
</style>
background-color css
<style>
a { background-color: #05294C; }
a { background-color: rgb(5,41,76); }
div.DivClassName
{
background-color: #05294C;
}
.BgClassName
{
background-color: #05294C;
}
</style>
border-color css
<style>
span { border-color: #05294C; }
span { border-color: rgb(5,41,76); }
td.TdClassName
{
border-color: #05294C;
}
.TagClassName
{
border-color: #05294C;
}
</style>