Shades of Prussian Blue #053074
Tints of Prussian Blue #053074
RGB
CMYK
RGB Variations
Color information
#053074 (or 0x053074) is known color: Prussian Blue. HEX triplet: 05, 30 and 74. RGB value is (5,48,116). Sum of RGB (Red+Green+Blue) = 5+48+116=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #053074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053074 is #FACF8B. Grayscale: #2A2A2A. Windows color (decimal): -16437132 or 7614469. OLE color: 7614469.
HSL color Cylindrical-coordinate representation of color #053074: hue angle of 216.76º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053074 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 48 | 116 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.55 |
| HSL | 216.76º | 0.92% | 0.24% | - |
| HSV(B) | 216.76º | 0.96% | 0.45% | - |
| XYZ | 4.27 | 3.41 | 16.96 | - |
| YUV | 42.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 116 | 0.96 | 0.59 | 0 | 0.55 | 216.76 | 0.92 | 0.24 |
| Hex | 5 | 30 | 74 | 60 | 3B | 0 | 37 | D9 | 5C | 18 |
| Octal | 5 | 60 | 164 | 140 | 73 | 0 | 67 | 331 | 134 | 30 |
| Binary | 101 | 110000 | 1110100 | 1100000 | 111011 | 0 | 110111 | 11011001 | 1011100 | 11000 |
Color Harmonies of #053074
Complementary color
Monochromatic Colors of #053074
Black with #053074
Text Example
Text Example
White with #053074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053074; }
p { color: rgb(5,48,116); }
H1.HeaderClassName
{
color: #053074;
}
.AnyTagClassName
{
color: #053074;
}
</style>
background-color css
<style>
a { background-color: #053074; }
a { background-color: rgb(5,48,116); }
div.DivClassName
{
background-color: #053074;
}
.BgClassName
{
background-color: #053074;
}
</style>
border-color css
<style>
span { border-color: #053074; }
span { border-color: rgb(5,48,116); }
td.TdClassName
{
border-color: #053074;
}
.TagClassName
{
border-color: #053074;
}
</style>