#064265

Color #064265 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #064265

Tints of Prussian Blue #064265

Color information

#064265 (or 0x064265) is unknown color: approx 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

RGB666101-
CMYK0.940.3500.60
HSL202.11º88.79%20.98%-
HSV(B)202.11º94.06%39.61%-
XYZ4.374.8713.02-
YUV52.05155.6295.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 101 (39.84% from 255) = 58.38%
R=3.47%
G=38.15%
B=58.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6661010.940.3500.60202.1188.7920.98
Hex642655E2303Cca5915
Octal61021451364307431213125
Binary110100001011001011011110100011011110011001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>