#063159

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

Shades of Prussian Blue #063159

Tints of Prussian Blue #063159

Color information

#063159 (or 0x063159) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 59. RGB value is (6,49,89). Sum of RGB (Red+Green+Blue) = 6+49+89=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #063159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063159 is #F9CEA6. Grayscale: #282828. Windows color (decimal): -16371367 or 5845254. OLE color: 5845254.

HSL color Cylindrical-coordinate representation of color #063159: hue angle of 208.92º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063159 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64989-
CMYK0.930.4500.65
HSL208.92º87.37%18.63%-
HSV(B)208.92º93.26%34.9%-
XYZ2.982.969.86-
YUV40.7155.25103.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 89 (35.16% from 255) = 61.81%
R=4.17%
G=34.03%
B=61.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal649890.930.4500.65208.9287.3718.63
Hex631595D2D041d15713
Octal66113113555010132112723
Binary110110001101100110111011011010100000111010001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063159; }

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

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

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

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

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

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

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

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