Shades of Prussian Blue #05284E
Tints of Prussian Blue #05284E
RGB
CMYK
RGB Variations
Color information
#05284E (or 0x05284E) is known color: Prussian Blue. HEX triplet: 05, 28 and 4E. RGB value is (5,40,78). Sum of RGB (Red+Green+Blue) = 5+40+78=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #05284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05284E is #FAD7B1. Grayscale: #212121. Windows color (decimal): -16439218 or 5122053. OLE color: 5122053.
HSL color Cylindrical-coordinate representation of color #05284E: hue angle of 211.23º 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 #05284E is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 40 | 78 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.69 |
| HSL | 211.23º | 0.88% | 0.16% | - |
| HSV(B) | 211.23º | 0.94% | 0.31% | - |
| XYZ | 2.2 | 2.1 | 7.5 | - |
| YUV | 33.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 78 | 0.94 | 0.49 | 0 | 0.69 | 211.23 | 0.88 | 0.16 |
| Hex | 5 | 28 | 4E | 5E | 31 | 0 | 45 | D3 | 58 | 10 |
| Octal | 5 | 50 | 116 | 136 | 61 | 0 | 105 | 323 | 130 | 20 |
| Binary | 101 | 101000 | 1001110 | 1011110 | 110001 | 0 | 1000101 | 11010011 | 1011000 | 10000 |
Color Harmonies of #05284E
Complementary color
Monochromatic Colors of #05284E
Black with #05284E
Text Example
Text Example
White with #05284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05284E; }
p { color: rgb(5,40,78); }
H1.HeaderClassName
{
color: #05284E;
}
.AnyTagClassName
{
color: #05284E;
}
</style>
background-color css
<style>
a { background-color: #05284E; }
a { background-color: rgb(5,40,78); }
div.DivClassName
{
background-color: #05284E;
}
.BgClassName
{
background-color: #05284E;
}
</style>
border-color css
<style>
span { border-color: #05284E; }
span { border-color: rgb(5,40,78); }
td.TdClassName
{
border-color: #05284E;
}
.TagClassName
{
border-color: #05284E;
}
</style>