Shades of Prussian Blue #05326E
Tints of Prussian Blue #05326E
RGB
CMYK
RGB Variations
Color information
#05326E (or 0x05326E) is known color: Prussian Blue. HEX triplet: 05, 32 and 6E. RGB value is (5,50,110). Sum of RGB (Red+Green+Blue) = 5+50+110=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #05326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05326E is #FACD91. Grayscale: #2B2B2B. Windows color (decimal): -16436626 or 7221765. OLE color: 7221765.
HSL color Cylindrical-coordinate representation of color #05326E: hue angle of 214.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05326E is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 50 | 110 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.57 |
| HSL | 214.29º | 0.91% | 0.23% | - |
| HSV(B) | 214.29º | 0.95% | 0.43% | - |
| XYZ | 4.02 | 3.44 | 15.2 | - |
| YUV | 43.39 | 165.59 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 110 | 0.95 | 0.55 | 0 | 0.57 | 214.29 | 0.91 | 0.23 |
| Hex | 5 | 32 | 6E | 5F | 37 | 0 | 39 | D6 | 5B | 17 |
| Octal | 5 | 62 | 156 | 137 | 67 | 0 | 71 | 326 | 133 | 27 |
| Binary | 101 | 110010 | 1101110 | 1011111 | 110111 | 0 | 111001 | 11010110 | 1011011 | 10111 |
Color Harmonies of #05326E
Complementary color
Monochromatic Colors of #05326E
Black with #05326E
Text Example
Text Example
White with #05326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05326E; }
p { color: rgb(5,50,110); }
H1.HeaderClassName
{
color: #05326E;
}
.AnyTagClassName
{
color: #05326E;
}
</style>
background-color css
<style>
a { background-color: #05326E; }
a { background-color: rgb(5,50,110); }
div.DivClassName
{
background-color: #05326E;
}
.BgClassName
{
background-color: #05326E;
}
</style>
border-color css
<style>
span { border-color: #05326E; }
span { border-color: rgb(5,50,110); }
td.TdClassName
{
border-color: #05326E;
}
.TagClassName
{
border-color: #05326E;
}
</style>