#063171

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

Shades of Prussian Blue #063171

Tints of Prussian Blue #063171

Color information

#063171 (or 0x063171) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 71. RGB value is (6,49,113). Sum of RGB (Red+Green+Blue) = 6+49+113=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #063171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063171 is #F9CE8E. Grayscale: #2B2B2B. Windows color (decimal): -16371343 or 7418118. OLE color: 7418118.

HSL color Cylindrical-coordinate representation of color #063171: hue angle of 215.89º 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 #063171 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB649113-
CMYK0.950.5700.56
HSL215.89º89.92%23.33%-
HSV(B)215.89º94.69%44.31%-
XYZ4.153.4316.07-
YUV43.44167.25101.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=3.57%
G=29.17%
B=67.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6491130.950.5700.56215.8989.9223.33
Hex631715F39038d85a17
Octal6611611377107033013227
Binary11011000111100011011111111001011100011011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063171; }

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

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

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

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

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

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

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

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