Shades of Prussian Blue #05284F
Tints of Prussian Blue #05284F
RGB
CMYK
RGB Variations
Color information
#05284F (or 0x05284F) is known color: Prussian Blue. HEX triplet: 05, 28 and 4F. RGB value is (5,40,79). Sum of RGB (Red+Green+Blue) = 5+40+79=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #05284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05284F is #FAD7B0. Grayscale: #212121. Windows color (decimal): -16439217 or 5187589. OLE color: 5187589.
HSL color Cylindrical-coordinate representation of color #05284F: hue angle of 211.62º 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 #05284F is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 40 | 79 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.69 |
| HSL | 211.62º | 0.88% | 0.16% | - |
| HSV(B) | 211.62º | 0.94% | 0.31% | - |
| XYZ | 2.23 | 2.11 | 7.69 | - |
| YUV | 33.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 79 | 0.94 | 0.49 | 0 | 0.69 | 211.62 | 0.88 | 0.16 |
| Hex | 5 | 28 | 4F | 5E | 31 | 0 | 45 | D4 | 58 | 10 |
| Octal | 5 | 50 | 117 | 136 | 61 | 0 | 105 | 324 | 130 | 20 |
| Binary | 101 | 101000 | 1001111 | 1011110 | 110001 | 0 | 1000101 | 11010100 | 1011000 | 10000 |
Color Harmonies of #05284F
Complementary color
Monochromatic Colors of #05284F
Black with #05284F
Text Example
Text Example
White with #05284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05284F; }
p { color: rgb(5,40,79); }
H1.HeaderClassName
{
color: #05284F;
}
.AnyTagClassName
{
color: #05284F;
}
</style>
background-color css
<style>
a { background-color: #05284F; }
a { background-color: rgb(5,40,79); }
div.DivClassName
{
background-color: #05284F;
}
.BgClassName
{
background-color: #05284F;
}
</style>
border-color css
<style>
span { border-color: #05284F; }
span { border-color: rgb(5,40,79); }
td.TdClassName
{
border-color: #05284F;
}
.TagClassName
{
border-color: #05284F;
}
</style>