Shades of Prussian Blue #064265
Tints of Prussian Blue #064265
RGB
CMYK
RGB Variations
Color information
#064265 (or 0x064265) is known color: Prussian Blue. HEX triplet: 06, 42 and 65. RGB value is (6,66,101). Sum of RGB (Red+Green+Blue) = 6+66+101=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #064265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064265 is #F9BD9A. Grayscale: #333333. Windows color (decimal): -16367003 or 6636038. OLE color: 6636038.
HSL color Cylindrical-coordinate representation of color #064265: hue angle of 202.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064265 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 66 | 101 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.60 |
| HSL | 202.11º | 0.89% | 0.21% | - |
| HSV(B) | 202.11º | 0.94% | 0.4% | - |
| XYZ | 4.37 | 4.87 | 13.02 | - |
| YUV | 52.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 101 | 0.94 | 0.35 | 0 | 0.60 | 202.11 | 0.89 | 0.21 |
| Hex | 6 | 42 | 65 | 5E | 23 | 0 | 3C | CA | 59 | 15 |
| Octal | 6 | 102 | 145 | 136 | 43 | 0 | 74 | 312 | 131 | 25 |
| Binary | 110 | 1000010 | 1100101 | 1011110 | 100011 | 0 | 111100 | 11001010 | 1011001 | 10101 |
Color Harmonies of #064265
Complementary color
Monochromatic Colors of #064265
Black with #064265
Text Example
Text Example
White with #064265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064265; }
p { color: rgb(6,66,101); }
H1.HeaderClassName
{
color: #064265;
}
.AnyTagClassName
{
color: #064265;
}
</style>
background-color css
<style>
a { background-color: #064265; }
a { background-color: rgb(6,66,101); }
div.DivClassName
{
background-color: #064265;
}
.BgClassName
{
background-color: #064265;
}
</style>
border-color css
<style>
span { border-color: #064265; }
span { border-color: rgb(6,66,101); }
td.TdClassName
{
border-color: #064265;
}
.TagClassName
{
border-color: #064265;
}
</style>