#063A71

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

Shades of Prussian Blue #063A71

Tints of Prussian Blue #063A71

Color information

#063A71 (or 0x063A71) is unknown color: approx Prussian Blue. HEX triplet: 06, 3A and 71. RGB value is (6,58,113). Sum of RGB (Red+Green+Blue) = 6+58+113=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #063A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A71 is #F9C58E. Grayscale: #303030. Windows color (decimal): -16369039 or 7420422. OLE color: 7420422.

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

Color convert

RGB658113-
CMYK0.950.4900.56
HSL210.84º89.92%23.33%-
HSV(B)210.84º94.69%44.31%-
XYZ4.574.2616.2-
YUV48.72164.2797.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 113 (44.53% from 255) = 63.84%
R=3.39%
G=32.77%
B=63.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6581130.950.4900.56210.8489.9223.33
Hex63A715F31038d35a17
Octal6721611376107032313227
Binary11011101011100011011111110001011100011010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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