Shades of Prussian Blue #05405E
Tints of Prussian Blue #05405E
RGB
CMYK
RGB Variations
Color information
#05405E (or 0x05405E) is known color: Prussian Blue. HEX triplet: 05, 40 and 5E. RGB value is (5,64,94). Sum of RGB (Red+Green+Blue) = 5+64+94=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #05405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05405E is #FABFA1. Grayscale: #313131. Windows color (decimal): -16433058 or 6176773. OLE color: 6176773.
HSL color Cylindrical-coordinate representation of color #05405E: hue angle of 200.22º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05405E is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 64 | 94 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.63 |
| HSL | 200.22º | 0.9% | 0.19% | - |
| HSV(B) | 200.22º | 0.95% | 0.37% | - |
| XYZ | 3.92 | 4.51 | 11.25 | - |
| YUV | 49.78 | 152.95 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 94 | 0.95 | 0.32 | 0 | 0.63 | 200.22 | 0.9 | 0.19 |
| Hex | 5 | 40 | 5E | 5F | 20 | 0 | 3F | C8 | 5A | 13 |
| Octal | 5 | 100 | 136 | 137 | 40 | 0 | 77 | 310 | 132 | 23 |
| Binary | 101 | 1000000 | 1011110 | 1011111 | 100000 | 0 | 111111 | 11001000 | 1011010 | 10011 |
Color Harmonies of #05405E
Complementary color
Monochromatic Colors of #05405E
Black with #05405E
Text Example
Text Example
White with #05405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05405E; }
p { color: rgb(5,64,94); }
H1.HeaderClassName
{
color: #05405E;
}
.AnyTagClassName
{
color: #05405E;
}
</style>
background-color css
<style>
a { background-color: #05405E; }
a { background-color: rgb(5,64,94); }
div.DivClassName
{
background-color: #05405E;
}
.BgClassName
{
background-color: #05405E;
}
</style>
border-color css
<style>
span { border-color: #05405E; }
span { border-color: rgb(5,64,94); }
td.TdClassName
{
border-color: #05405E;
}
.TagClassName
{
border-color: #05405E;
}
</style>