Shades of Prussian Blue #05345F
Tints of Prussian Blue #05345F
RGB
CMYK
RGB Variations
Color information
#05345F (or 0x05345F) is known color: Prussian Blue. HEX triplet: 05, 34 and 5F. RGB value is (5,52,95). Sum of RGB (Red+Green+Blue) = 5+52+95=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #05345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05345F is #FACBA0. Grayscale: #2A2A2A. Windows color (decimal): -16436129 or 6239237. OLE color: 6239237.
HSL color Cylindrical-coordinate representation of color #05345F: hue angle of 208.67º 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 #05345F is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 52 | 95 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.63 |
| HSL | 208.67º | 0.9% | 0.2% | - |
| HSV(B) | 208.67º | 0.95% | 0.37% | - |
| XYZ | 3.36 | 3.31 | 11.29 | - |
| YUV | 42.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 95 | 0.95 | 0.45 | 0 | 0.63 | 208.67 | 0.9 | 0.2 |
| Hex | 5 | 34 | 5F | 5F | 2D | 0 | 3F | D1 | 5A | 14 |
| Octal | 5 | 64 | 137 | 137 | 55 | 0 | 77 | 321 | 132 | 24 |
| Binary | 101 | 110100 | 1011111 | 1011111 | 101101 | 0 | 111111 | 11010001 | 1011010 | 10100 |
Color Harmonies of #05345F
Complementary color
Monochromatic Colors of #05345F
Black with #05345F
Text Example
Text Example
White with #05345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05345F; }
p { color: rgb(5,52,95); }
H1.HeaderClassName
{
color: #05345F;
}
.AnyTagClassName
{
color: #05345F;
}
</style>
background-color css
<style>
a { background-color: #05345F; }
a { background-color: rgb(5,52,95); }
div.DivClassName
{
background-color: #05345F;
}
.BgClassName
{
background-color: #05345F;
}
</style>
border-color css
<style>
span { border-color: #05345F; }
span { border-color: rgb(5,52,95); }
td.TdClassName
{
border-color: #05345F;
}
.TagClassName
{
border-color: #05345F;
}
</style>