#063850

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

Shades of Prussian Blue #063850

Tints of Prussian Blue #063850

Color information

#063850 (or 0x063850) is unknown color: approx Prussian Blue. HEX triplet: 06, 38 and 50. RGB value is (6,56,80). Sum of RGB (Red+Green+Blue) = 6+56+80=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #063850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063850 is #F9C7AF. Grayscale: #2B2B2B. Windows color (decimal): -16369584 or 5257222. OLE color: 5257222.

HSL color Cylindrical-coordinate representation of color #063850: hue angle of 199.46º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063850 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65680-
CMYK0.920.3000.69
HSL199.46º86.05%16.86%-
HSV(B)199.46º92.5%31.37%-
XYZ2.943.458.1-
YUV43.79148.44101.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=4.23%
G=39.44%
B=56.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal656800.920.3000.69199.4686.0516.86
Hex638505C1E045c75611
Octal67012013436010530712621
Binary11011100010100001011100111100100010111000111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063850; }

 p { color: rgb(6,56,80); }

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

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

 a { background-color: rgb(6,56,80); }

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

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

 span { border-color: rgb(6,56,80); }

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