Shades of Prussian Blue #053265
Tints of Prussian Blue #053265
RGB
CMYK
RGB Variations
Color information
#053265 (or 0x053265) is known color: Prussian Blue. HEX triplet: 05, 32 and 65. RGB value is (5,50,101). Sum of RGB (Red+Green+Blue) = 5+50+101=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #053265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053265 is #FACD9A. Grayscale: #2A2A2A. Windows color (decimal): -16436635 or 6631941. OLE color: 6631941.
HSL color Cylindrical-coordinate representation of color #053265: hue angle of 211.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053265 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 50 | 101 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.60 |
| HSL | 211.88º | 0.91% | 0.21% | - |
| HSV(B) | 211.88º | 0.95% | 0.4% | - |
| XYZ | 3.55 | 3.25 | 12.75 | - |
| YUV | 42.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 101 | 0.95 | 0.50 | 0 | 0.60 | 211.88 | 0.91 | 0.21 |
| Hex | 5 | 32 | 65 | 5F | 32 | 0 | 3C | D4 | 5B | 15 |
| Octal | 5 | 62 | 145 | 137 | 62 | 0 | 74 | 324 | 133 | 25 |
| Binary | 101 | 110010 | 1100101 | 1011111 | 110010 | 0 | 111100 | 11010100 | 1011011 | 10101 |
Color Harmonies of #053265
Complementary color
Monochromatic Colors of #053265
Black with #053265
Text Example
Text Example
White with #053265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053265; }
p { color: rgb(5,50,101); }
H1.HeaderClassName
{
color: #053265;
}
.AnyTagClassName
{
color: #053265;
}
</style>
background-color css
<style>
a { background-color: #053265; }
a { background-color: rgb(5,50,101); }
div.DivClassName
{
background-color: #053265;
}
.BgClassName
{
background-color: #053265;
}
</style>
border-color css
<style>
span { border-color: #053265; }
span { border-color: rgb(5,50,101); }
td.TdClassName
{
border-color: #053265;
}
.TagClassName
{
border-color: #053265;
}
</style>