Shades of Prussian Blue #05445F
Tints of Prussian Blue #05445F
RGB
CMYK
RGB Variations
Color information
#05445F (or 0x05445F) is known color: Prussian Blue. HEX triplet: 05, 44 and 5F. RGB value is (5,68,95). Sum of RGB (Red+Green+Blue) = 5+68+95=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #05445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445F is #FABBA0. Grayscale: #343434. Windows color (decimal): -16432033 or 6243333. OLE color: 6243333.
HSL color Cylindrical-coordinate representation of color #05445F: hue angle of 198º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05445F is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 68 | 95 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.63 |
| HSL | 198º | 0.9% | 0.2% | - |
| HSV(B) | 198º | 0.95% | 0.37% | - |
| XYZ | 4.2 | 4.99 | 11.57 | - |
| YUV | 52.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 95 | 0.95 | 0.28 | 0 | 0.63 | 198 | 0.9 | 0.2 |
| Hex | 5 | 44 | 5F | 5F | 1C | 0 | 3F | C6 | 5A | 14 |
| Octal | 5 | 104 | 137 | 137 | 34 | 0 | 77 | 306 | 132 | 24 |
| Binary | 101 | 1000100 | 1011111 | 1011111 | 11100 | 0 | 111111 | 11000110 | 1011010 | 10100 |
Color Harmonies of #05445F
Complementary color
Monochromatic Colors of #05445F
Black with #05445F
Text Example
Text Example
White with #05445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05445F; }
p { color: rgb(5,68,95); }
H1.HeaderClassName
{
color: #05445F;
}
.AnyTagClassName
{
color: #05445F;
}
</style>
background-color css
<style>
a { background-color: #05445F; }
a { background-color: rgb(5,68,95); }
div.DivClassName
{
background-color: #05445F;
}
.BgClassName
{
background-color: #05445F;
}
</style>
border-color css
<style>
span { border-color: #05445F; }
span { border-color: rgb(5,68,95); }
td.TdClassName
{
border-color: #05445F;
}
.TagClassName
{
border-color: #05445F;
}
</style>