Shades of Prussian Blue #063159
Tints of Prussian Blue #063159
RGB
CMYK
RGB Variations
Color information
#063159 (or 0x063159) is known color: Prussian Blue. HEX triplet: 06, 31 and 59. RGB value is (6,49,89). Sum of RGB (Red+Green+Blue) = 6+49+89=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #063159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063159 is #F9CEA6. Grayscale: #282828. Windows color (decimal): -16371367 or 5845254. OLE color: 5845254.
HSL color Cylindrical-coordinate representation of color #063159: hue angle of 208.92º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063159 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 49 | 89 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.65 |
| HSL | 208.92º | 0.87% | 0.19% | - |
| HSV(B) | 208.92º | 0.93% | 0.35% | - |
| XYZ | 2.98 | 2.96 | 9.86 | - |
| YUV | 40.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 89 | 0.93 | 0.45 | 0 | 0.65 | 208.92 | 0.87 | 0.19 |
| Hex | 6 | 31 | 59 | 5D | 2D | 0 | 41 | D1 | 57 | 13 |
| Octal | 6 | 61 | 131 | 135 | 55 | 0 | 101 | 321 | 127 | 23 |
| Binary | 110 | 110001 | 1011001 | 1011101 | 101101 | 0 | 1000001 | 11010001 | 1010111 | 10011 |
Color Harmonies of #063159
Complementary color
Monochromatic Colors of #063159
Black with #063159
Text Example
Text Example
White with #063159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063159; }
p { color: rgb(6,49,89); }
H1.HeaderClassName
{
color: #063159;
}
.AnyTagClassName
{
color: #063159;
}
</style>
background-color css
<style>
a { background-color: #063159; }
a { background-color: rgb(6,49,89); }
div.DivClassName
{
background-color: #063159;
}
.BgClassName
{
background-color: #063159;
}
</style>
border-color css
<style>
span { border-color: #063159; }
span { border-color: rgb(6,49,89); }
td.TdClassName
{
border-color: #063159;
}
.TagClassName
{
border-color: #063159;
}
</style>