#063157

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

Shades of Prussian Blue #063157

Tints of Prussian Blue #063157

Color information

#063157 (or 0x063157) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 57. RGB value is (6,49,87). Sum of RGB (Red+Green+Blue) = 6+49+87=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #063157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063157 is #F9CEA8. Grayscale: #282828. Windows color (decimal): -16371369 or 5714182. OLE color: 5714182.

HSL color Cylindrical-coordinate representation of color #063157: hue angle of 208.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063157 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB64987-
CMYK0.930.4400.66
HSL208.15º87.1%18.24%-
HSV(B)208.15º93.1%34.12%-
XYZ2.892.929.43-
YUV40.48154.25103.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 87 (34.38% from 255) = 61.27%
R=4.23%
G=34.51%
B=61.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal649870.930.4400.66208.1587.118.24
Hex631575D2C042d05712
Octal66112713554010232012722
Binary110110001101011110111011011000100001011010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063157; }

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

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

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

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

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

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

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

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