Shades of Prussian Blue #063551
Tints of Prussian Blue #063551
RGB
CMYK
RGB Variations
Color information
#063551 (or 0x063551) is known color: Prussian Blue. HEX triplet: 06, 35 and 51. RGB value is (6,53,81). Sum of RGB (Red+Green+Blue) = 6+53+81=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #063551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063551 is #F9CAAE. Grayscale: #292929. Windows color (decimal): -16370351 or 5321990. OLE color: 5321990.
HSL color Cylindrical-coordinate representation of color #063551: hue angle of 202.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063551 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 53 | 81 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.68 |
| HSL | 202.4º | 0.86% | 0.17% | - |
| HSV(B) | 202.4º | 0.93% | 0.32% | - |
| XYZ | 2.83 | 3.18 | 8.25 | - |
| YUV | 42.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 81 | 0.93 | 0.35 | 0 | 0.68 | 202.4 | 0.86 | 0.17 |
| Hex | 6 | 35 | 51 | 5D | 23 | 0 | 44 | CA | 56 | 11 |
| Octal | 6 | 65 | 121 | 135 | 43 | 0 | 104 | 312 | 126 | 21 |
| Binary | 110 | 110101 | 1010001 | 1011101 | 100011 | 0 | 1000100 | 11001010 | 1010110 | 10001 |
Color Harmonies of #063551
Complementary color
Monochromatic Colors of #063551
Black with #063551
Text Example
Text Example
White with #063551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063551; }
p { color: rgb(6,53,81); }
H1.HeaderClassName
{
color: #063551;
}
.AnyTagClassName
{
color: #063551;
}
</style>
background-color css
<style>
a { background-color: #063551; }
a { background-color: rgb(6,53,81); }
div.DivClassName
{
background-color: #063551;
}
.BgClassName
{
background-color: #063551;
}
</style>
border-color css
<style>
span { border-color: #063551; }
span { border-color: rgb(6,53,81); }
td.TdClassName
{
border-color: #063551;
}
.TagClassName
{
border-color: #063551;
}
</style>