Shades of Prussian Blue #05405A
Tints of Prussian Blue #05405A
RGB
CMYK
RGB Variations
Color information
#05405A (or 0x05405A) is known color: Prussian Blue. HEX triplet: 05, 40 and 5A. RGB value is (5,64,90). Sum of RGB (Red+Green+Blue) = 5+64+90=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #05405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05405A is #FABFA5. Grayscale: #313131. Windows color (decimal): -16433062 or 5914629. OLE color: 5914629.
HSL color Cylindrical-coordinate representation of color #05405A: hue angle of 198.35º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05405A is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 64 | 90 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.65 |
| HSL | 198.35º | 0.89% | 0.19% | - |
| HSV(B) | 198.35º | 0.94% | 0.35% | - |
| XYZ | 3.74 | 4.44 | 10.33 | - |
| YUV | 49.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 90 | 0.94 | 0.29 | 0 | 0.65 | 198.35 | 0.89 | 0.19 |
| Hex | 5 | 40 | 5A | 5E | 1D | 0 | 41 | C6 | 59 | 13 |
| Octal | 5 | 100 | 132 | 136 | 35 | 0 | 101 | 306 | 131 | 23 |
| Binary | 101 | 1000000 | 1011010 | 1011110 | 11101 | 0 | 1000001 | 11000110 | 1011001 | 10011 |
Color Harmonies of #05405A
Complementary color
Monochromatic Colors of #05405A
Black with #05405A
Text Example
Text Example
White with #05405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05405A; }
p { color: rgb(5,64,90); }
H1.HeaderClassName
{
color: #05405A;
}
.AnyTagClassName
{
color: #05405A;
}
</style>
background-color css
<style>
a { background-color: #05405A; }
a { background-color: rgb(5,64,90); }
div.DivClassName
{
background-color: #05405A;
}
.BgClassName
{
background-color: #05405A;
}
</style>
border-color css
<style>
span { border-color: #05405A; }
span { border-color: rgb(5,64,90); }
td.TdClassName
{
border-color: #05405A;
}
.TagClassName
{
border-color: #05405A;
}
</style>