Shades of Prussian Blue #063559
Tints of Prussian Blue #063559
RGB
CMYK
RGB Variations
Color information
#063559 (or 0x063559) is known color: Prussian Blue. HEX triplet: 06, 35 and 59. RGB value is (6,53,89). Sum of RGB (Red+Green+Blue) = 6+53+89=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #063559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063559 is #F9CAA6. Grayscale: #2A2A2A. Windows color (decimal): -16370343 or 5846278. OLE color: 5846278.
HSL color Cylindrical-coordinate representation of color #063559: hue angle of 206.02º 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 #063559 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 53 | 89 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.65 |
| HSL | 206.02º | 0.87% | 0.19% | - |
| HSV(B) | 206.02º | 0.93% | 0.35% | - |
| XYZ | 3.15 | 3.31 | 9.92 | - |
| YUV | 43.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 89 | 0.93 | 0.40 | 0 | 0.65 | 206.02 | 0.87 | 0.19 |
| Hex | 6 | 35 | 59 | 5D | 28 | 0 | 41 | CE | 57 | 13 |
| Octal | 6 | 65 | 131 | 135 | 50 | 0 | 101 | 316 | 127 | 23 |
| Binary | 110 | 110101 | 1011001 | 1011101 | 101000 | 0 | 1000001 | 11001110 | 1010111 | 10011 |
Color Harmonies of #063559
Complementary color
Monochromatic Colors of #063559
Black with #063559
Text Example
Text Example
White with #063559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063559; }
p { color: rgb(6,53,89); }
H1.HeaderClassName
{
color: #063559;
}
.AnyTagClassName
{
color: #063559;
}
</style>
background-color css
<style>
a { background-color: #063559; }
a { background-color: rgb(6,53,89); }
div.DivClassName
{
background-color: #063559;
}
.BgClassName
{
background-color: #063559;
}
</style>
border-color css
<style>
span { border-color: #063559; }
span { border-color: rgb(6,53,89); }
td.TdClassName
{
border-color: #063559;
}
.TagClassName
{
border-color: #063559;
}
</style>