Shades of Prussian Blue #05405B
Tints of Prussian Blue #05405B
RGB
CMYK
RGB Variations
Color information
#05405B (or 0x05405B) is known color: Prussian Blue. HEX triplet: 05, 40 and 5B. RGB value is (5,64,91). Sum of RGB (Red+Green+Blue) = 5+64+91=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #05405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05405B is #FABFA4. Grayscale: #313131. Windows color (decimal): -16433061 or 5980165. OLE color: 5980165.
HSL color Cylindrical-coordinate representation of color #05405B: hue angle of 198.84º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05405B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 64 | 91 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.64 |
| HSL | 198.84º | 0.9% | 0.19% | - |
| HSV(B) | 198.84º | 0.95% | 0.36% | - |
| XYZ | 3.78 | 4.45 | 10.56 | - |
| YUV | 49.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 91 | 0.95 | 0.30 | 0 | 0.64 | 198.84 | 0.9 | 0.19 |
| Hex | 5 | 40 | 5B | 5F | 1E | 0 | 40 | C7 | 5A | 13 |
| Octal | 5 | 100 | 133 | 137 | 36 | 0 | 100 | 307 | 132 | 23 |
| Binary | 101 | 1000000 | 1011011 | 1011111 | 11110 | 0 | 1000000 | 11000111 | 1011010 | 10011 |
Color Harmonies of #05405B
Complementary color
Monochromatic Colors of #05405B
Black with #05405B
Text Example
Text Example
White with #05405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05405B; }
p { color: rgb(5,64,91); }
H1.HeaderClassName
{
color: #05405B;
}
.AnyTagClassName
{
color: #05405B;
}
</style>
background-color css
<style>
a { background-color: #05405B; }
a { background-color: rgb(5,64,91); }
div.DivClassName
{
background-color: #05405B;
}
.BgClassName
{
background-color: #05405B;
}
</style>
border-color css
<style>
span { border-color: #05405B; }
span { border-color: rgb(5,64,91); }
td.TdClassName
{
border-color: #05405B;
}
.TagClassName
{
border-color: #05405B;
}
</style>