Shades of Prussian Blue #064160
Tints of Prussian Blue #064160
RGB
CMYK
RGB Variations
Color information
#064160 (or 0x064160) is known color: Prussian Blue. HEX triplet: 06, 41 and 60. RGB value is (6,65,96). Sum of RGB (Red+Green+Blue) = 6+65+96=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #064160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064160 is #F9BE9F. Grayscale: #323232. Windows color (decimal): -16367264 or 6308102. OLE color: 6308102.
HSL color Cylindrical-coordinate representation of color #064160: hue angle of 200.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064160 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 65 | 96 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.62 |
| HSL | 200.67º | 0.88% | 0.2% | - |
| HSV(B) | 200.67º | 0.94% | 0.38% | - |
| XYZ | 4.08 | 4.66 | 11.75 | - |
| YUV | 50.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 96 | 0.94 | 0.32 | 0 | 0.62 | 200.67 | 0.88 | 0.2 |
| Hex | 6 | 41 | 60 | 5E | 20 | 0 | 3E | C9 | 58 | 14 |
| Octal | 6 | 101 | 140 | 136 | 40 | 0 | 76 | 311 | 130 | 24 |
| Binary | 110 | 1000001 | 1100000 | 1011110 | 100000 | 0 | 111110 | 11001001 | 1011000 | 10100 |
Color Harmonies of #064160
Complementary color
Monochromatic Colors of #064160
Black with #064160
Text Example
Text Example
White with #064160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064160; }
p { color: rgb(6,65,96); }
H1.HeaderClassName
{
color: #064160;
}
.AnyTagClassName
{
color: #064160;
}
</style>
background-color css
<style>
a { background-color: #064160; }
a { background-color: rgb(6,65,96); }
div.DivClassName
{
background-color: #064160;
}
.BgClassName
{
background-color: #064160;
}
</style>
border-color css
<style>
span { border-color: #064160; }
span { border-color: rgb(6,65,96); }
td.TdClassName
{
border-color: #064160;
}
.TagClassName
{
border-color: #064160;
}
</style>