#063971

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

Shades of Prussian Blue #063971

Tints of Prussian Blue #063971

Color information

#063971 (or 0x063971) is unknown color: approx Prussian Blue. HEX triplet: 06, 39 and 71. RGB value is (6,57,113). Sum of RGB (Red+Green+Blue) = 6+57+113=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #063971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063971 is #F9C68E. Grayscale: #2F2F2F. Windows color (decimal): -16369295 or 7420166. OLE color: 7420166.

HSL color Cylindrical-coordinate representation of color #063971: hue angle of 211.4º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063971 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB657113-
CMYK0.950.5000.56
HSL211.4º89.92%23.33%-
HSV(B)211.4º94.69%44.31%-
XYZ4.524.1616.19-
YUV48.13164.697.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 113 (44.53% from 255) = 64.20%
R=3.41%
G=32.39%
B=64.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6571130.950.5000.56211.489.9223.33
Hex639715F32038d35a17
Octal6711611376207032313227
Binary11011100111100011011111110010011100011010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063971; }

 p { color: rgb(6,57,113); }

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

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

 a { background-color: rgb(6,57,113); }

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

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

 span { border-color: rgb(6,57,113); }

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