Shades of Prussian Blue #05325B
Tints of Prussian Blue #05325B
RGB
CMYK
RGB Variations
Color information
#05325B (or 0x05325B) is known color: Prussian Blue. HEX triplet: 05, 32 and 5B. RGB value is (5,50,91). Sum of RGB (Red+Green+Blue) = 5+50+91=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #05325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05325B is #FACDA4. Grayscale: #292929. Windows color (decimal): -16436645 or 5976581. OLE color: 5976581.
HSL color Cylindrical-coordinate representation of color #05325B: hue angle of 208.6º 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 #05325B is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 50 | 91 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.64 |
| HSL | 208.6º | 0.9% | 0.19% | - |
| HSV(B) | 208.6º | 0.95% | 0.36% | - |
| XYZ | 3.09 | 3.07 | 10.33 | - |
| YUV | 41.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 91 | 0.95 | 0.45 | 0 | 0.64 | 208.6 | 0.9 | 0.19 |
| Hex | 5 | 32 | 5B | 5F | 2D | 0 | 40 | D1 | 5A | 13 |
| Octal | 5 | 62 | 133 | 137 | 55 | 0 | 100 | 321 | 132 | 23 |
| Binary | 101 | 110010 | 1011011 | 1011111 | 101101 | 0 | 1000000 | 11010001 | 1011010 | 10011 |
Color Harmonies of #05325B
Complementary color
Monochromatic Colors of #05325B
Black with #05325B
Text Example
Text Example
White with #05325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05325B; }
p { color: rgb(5,50,91); }
H1.HeaderClassName
{
color: #05325B;
}
.AnyTagClassName
{
color: #05325B;
}
</style>
background-color css
<style>
a { background-color: #05325B; }
a { background-color: rgb(5,50,91); }
div.DivClassName
{
background-color: #05325B;
}
.BgClassName
{
background-color: #05325B;
}
</style>
border-color css
<style>
span { border-color: #05325B; }
span { border-color: rgb(5,50,91); }
td.TdClassName
{
border-color: #05325B;
}
.TagClassName
{
border-color: #05325B;
}
</style>