Shades of Prussian Blue #053268
Tints of Prussian Blue #053268
RGB
CMYK
RGB Variations
Color information
#053268 (or 0x053268) is known color: Prussian Blue. HEX triplet: 05, 32 and 68. RGB value is (5,50,104). Sum of RGB (Red+Green+Blue) = 5+50+104=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #053268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053268 is #FACD97. Grayscale: #2A2A2A. Windows color (decimal): -16436632 or 6828549. OLE color: 6828549.
HSL color Cylindrical-coordinate representation of color #053268: hue angle of 212.73º 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 #053268 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 50 | 104 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.59 |
| HSL | 212.73º | 0.91% | 0.21% | - |
| HSV(B) | 212.73º | 0.95% | 0.41% | - |
| XYZ | 3.7 | 3.31 | 13.54 | - |
| YUV | 42.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 104 | 0.95 | 0.52 | 0 | 0.59 | 212.73 | 0.91 | 0.21 |
| Hex | 5 | 32 | 68 | 5F | 34 | 0 | 3B | D5 | 5B | 15 |
| Octal | 5 | 62 | 150 | 137 | 64 | 0 | 73 | 325 | 133 | 25 |
| Binary | 101 | 110010 | 1101000 | 1011111 | 110100 | 0 | 111011 | 11010101 | 1011011 | 10101 |
Color Harmonies of #053268
Complementary color
Monochromatic Colors of #053268
Black with #053268
Text Example
Text Example
White with #053268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053268; }
p { color: rgb(5,50,104); }
H1.HeaderClassName
{
color: #053268;
}
.AnyTagClassName
{
color: #053268;
}
</style>
background-color css
<style>
a { background-color: #053268; }
a { background-color: rgb(5,50,104); }
div.DivClassName
{
background-color: #053268;
}
.BgClassName
{
background-color: #053268;
}
</style>
border-color css
<style>
span { border-color: #053268; }
span { border-color: rgb(5,50,104); }
td.TdClassName
{
border-color: #053268;
}
.TagClassName
{
border-color: #053268;
}
</style>