Shades of Prussian Blue #063A56
Tints of Prussian Blue #063A56
RGB
CMYK
RGB Variations
Color information
#063A56 (or 0x063A56) is known color: Prussian Blue. HEX triplet: 06, 3A and 56. RGB value is (6,58,86). Sum of RGB (Red+Green+Blue) = 6+58+86=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #063A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A56 is #F9C5A9. Grayscale: #2D2D2D. Windows color (decimal): -16369066 or 5650950. OLE color: 5650950.
HSL color Cylindrical-coordinate representation of color #063A56: hue angle of 201º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063A56 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 58 | 86 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.66 |
| HSL | 201º | 0.87% | 0.18% | - |
| HSV(B) | 201º | 0.93% | 0.34% | - |
| XYZ | 3.27 | 3.74 | 9.35 | - |
| YUV | 45.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 86 | 0.93 | 0.33 | 0 | 0.66 | 201 | 0.87 | 0.18 |
| Hex | 6 | 3A | 56 | 5D | 21 | 0 | 42 | C9 | 57 | 12 |
| Octal | 6 | 72 | 126 | 135 | 41 | 0 | 102 | 311 | 127 | 22 |
| Binary | 110 | 111010 | 1010110 | 1011101 | 100001 | 0 | 1000010 | 11001001 | 1010111 | 10010 |
Color Harmonies of #063A56
Complementary color
Monochromatic Colors of #063A56
Black with #063A56
Text Example
Text Example
White with #063A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A56; }
p { color: rgb(6,58,86); }
H1.HeaderClassName
{
color: #063A56;
}
.AnyTagClassName
{
color: #063A56;
}
</style>
background-color css
<style>
a { background-color: #063A56; }
a { background-color: rgb(6,58,86); }
div.DivClassName
{
background-color: #063A56;
}
.BgClassName
{
background-color: #063A56;
}
</style>
border-color css
<style>
span { border-color: #063A56; }
span { border-color: rgb(6,58,86); }
td.TdClassName
{
border-color: #063A56;
}
.TagClassName
{
border-color: #063A56;
}
</style>