#063A65

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

Shades of Prussian Blue #063A65

Tints of Prussian Blue #063A65

Color information

#063A65 (or 0x063A65) is unknown color: approx Prussian Blue. HEX triplet: 06, 3A and 65. RGB value is (6,58,101). Sum of RGB (Red+Green+Blue) = 6+58+101=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #063A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A65 is #F9C59A. Grayscale: #2F2F2F. Windows color (decimal): -16369051 or 6633990. OLE color: 6633990.

HSL color Cylindrical-coordinate representation of color #063A65: hue angle of 207.16º 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 #063A65 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB658101-
CMYK0.940.4300.60
HSL207.16º88.79%20.98%-
HSV(B)207.16º94.06%39.61%-
XYZ3.94412.88-
YUV47.35158.2798.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 101 (39.84% from 255) = 61.21%
R=3.64%
G=35.15%
B=61.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6581010.940.4300.60207.1688.7920.98
Hex63A655E2B03Ccf5915
Octal6721451365307431713125
Binary11011101011001011011110101011011110011001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063A65; }

 p { color: rgb(6,58,101); }

 H1.HeaderClassName
 {
   color: #063A65;
 }
 .AnyTagClassName
 {
   color: #063A65;
 }
</style>
background-color css

<style>
 a { background-color: #063A65; }

 a { background-color: rgb(6,58,101); }

 div.DivClassName
 {
   background-color: #063A65;
 }
 .BgClassName
 {
   background-color: #063A65;
 }
</style>
border-color css

<style>
 span { border-color: #063A65; }

 span { border-color: rgb(6,58,101); }

 td.TdClassName
 {
   border-color: #063A65;
 }
 .TagClassName
 {
   border-color: #063A65;
 }
</style>