Shades of Prussian Blue #063771
Tints of Prussian Blue #063771
RGB
CMYK
RGB Variations
Color information
#063771 (or 0x063771) is known color: Prussian Blue. HEX triplet: 06, 37 and 71. RGB value is (6,55,113). Sum of RGB (Red+Green+Blue) = 6+55+113=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #063771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063771 is #F9C88E. Grayscale: #2E2E2E. Windows color (decimal): -16369807 or 7419654. OLE color: 7419654.
HSL color Cylindrical-coordinate representation of color #063771: hue angle of 212.52º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063771 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 55 | 113 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.56 |
| HSL | 212.52º | 0.9% | 0.23% | - |
| HSV(B) | 212.52º | 0.95% | 0.44% | - |
| XYZ | 4.42 | 3.96 | 16.15 | - |
| YUV | 46.96 | 165.27 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 113 | 0.95 | 0.51 | 0 | 0.56 | 212.52 | 0.9 | 0.23 |
| Hex | 6 | 37 | 71 | 5F | 33 | 0 | 38 | D5 | 5A | 17 |
| Octal | 6 | 67 | 161 | 137 | 63 | 0 | 70 | 325 | 132 | 27 |
| Binary | 110 | 110111 | 1110001 | 1011111 | 110011 | 0 | 111000 | 11010101 | 1011010 | 10111 |
Color Harmonies of #063771
Complementary color
Monochromatic Colors of #063771
Black with #063771
Text Example
Text Example
White with #063771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063771; }
p { color: rgb(6,55,113); }
H1.HeaderClassName
{
color: #063771;
}
.AnyTagClassName
{
color: #063771;
}
</style>
background-color css
<style>
a { background-color: #063771; }
a { background-color: rgb(6,55,113); }
div.DivClassName
{
background-color: #063771;
}
.BgClassName
{
background-color: #063771;
}
</style>
border-color css
<style>
span { border-color: #063771; }
span { border-color: rgb(6,55,113); }
td.TdClassName
{
border-color: #063771;
}
.TagClassName
{
border-color: #063771;
}
</style>