#063C71

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

Shades of Prussian Blue #063C71

Tints of Prussian Blue #063C71

Color information

#063C71 (or 0x063C71) is unknown color: approx Prussian Blue. HEX triplet: 06, 3C and 71. RGB value is (6,60,113). Sum of RGB (Red+Green+Blue) = 6+60+113=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #063C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C71 is #F9C38E. Grayscale: #313131. Windows color (decimal): -16368527 or 7420934. OLE color: 7420934.

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

Color convert

RGB660113-
CMYK0.950.4700.56
HSL209.72º89.92%23.33%-
HSV(B)209.72º94.69%44.31%-
XYZ4.674.4616.24-
YUV49.9163.6196.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 113 (44.53% from 255) = 63.13%
R=3.35%
G=33.52%
B=63.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6601130.950.4700.56209.7289.9223.33
Hex63C715F2F038d25a17
Octal6741611375707032213227
Binary11011110011100011011111101111011100011010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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