#063155

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

Shades of Prussian Blue #063155

Tints of Prussian Blue #063155

Color information

#063155 (or 0x063155) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 55. RGB value is (6,49,85). Sum of RGB (Red+Green+Blue) = 6+49+85=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #063155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063155 is #F9CEAA. Grayscale: #282828. Windows color (decimal): -16371371 or 5583110. OLE color: 5583110.

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

Color convert

RGB64985-
CMYK0.930.4200.67
HSL207.34º86.81%17.84%-
HSV(B)207.34º92.94%33.33%-
XYZ2.812.899-
YUV40.25153.25103.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=4.29%
G=35%
B=60.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal649850.930.4200.67207.3486.8117.84
Hex631555D2A043cf5712
Octal66112513552010331712722
Binary110110001101010110111011010100100001111001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063155; }

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

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

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

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

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

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

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

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