Shades of Prussian Blue #053368
Tints of Prussian Blue #053368
RGB
CMYK
RGB Variations
Color information
#053368 (or 0x053368) is known color: Prussian Blue. HEX triplet: 05, 33 and 68. RGB value is (5,51,104). Sum of RGB (Red+Green+Blue) = 5+51+104=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #053368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053368 is #FACC97. Grayscale: #2B2B2B. Windows color (decimal): -16436376 or 6828805. OLE color: 6828805.
HSL color Cylindrical-coordinate representation of color #053368: hue angle of 212.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053368 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 51 | 104 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.59 |
| HSL | 212.12º | 0.91% | 0.21% | - |
| HSV(B) | 212.12º | 0.95% | 0.41% | - |
| XYZ | 3.75 | 3.4 | 13.56 | - |
| YUV | 43.29 | 162.26 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 104 | 0.95 | 0.51 | 0 | 0.59 | 212.12 | 0.91 | 0.21 |
| Hex | 5 | 33 | 68 | 5F | 33 | 0 | 3B | D4 | 5B | 15 |
| Octal | 5 | 63 | 150 | 137 | 63 | 0 | 73 | 324 | 133 | 25 |
| Binary | 101 | 110011 | 1101000 | 1011111 | 110011 | 0 | 111011 | 11010100 | 1011011 | 10101 |
Color Harmonies of #053368
Complementary color
Monochromatic Colors of #053368
Black with #053368
Text Example
Text Example
White with #053368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053368; }
p { color: rgb(5,51,104); }
H1.HeaderClassName
{
color: #053368;
}
.AnyTagClassName
{
color: #053368;
}
</style>
background-color css
<style>
a { background-color: #053368; }
a { background-color: rgb(5,51,104); }
div.DivClassName
{
background-color: #053368;
}
.BgClassName
{
background-color: #053368;
}
</style>
border-color css
<style>
span { border-color: #053368; }
span { border-color: rgb(5,51,104); }
td.TdClassName
{
border-color: #053368;
}
.TagClassName
{
border-color: #053368;
}
</style>