#063B5D

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

Shades of Prussian Blue #063B5D

Tints of Prussian Blue #063B5D

Color information

#063B5D (or 0x063B5D) is unknown color: approx Prussian Blue. HEX triplet: 06, 3B and 5D. RGB value is (6,59,93). Sum of RGB (Red+Green+Blue) = 6+59+93=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #063B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B5D is #F9C4A2. Grayscale: #2E2E2E. Windows color (decimal): -16368803 or 6109958. OLE color: 6109958.

HSL color Cylindrical-coordinate representation of color #063B5D: hue angle of 203.45º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063B5D is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB65993-
CMYK0.940.3700.64
HSL203.45º87.88%19.41%-
HSV(B)203.45º93.55%36.47%-
XYZ3.613.9610.93-
YUV47.03153.9498.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=3.80%
G=37.34%
B=58.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal659930.940.3700.64203.4587.8819.41
Hex63B5D5E25040cb5813
Octal67313513645010031313023
Binary110111011101110110111101001010100000011001011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,59,93); }

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

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

 a { background-color: rgb(6,59,93); }

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

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

 span { border-color: rgb(6,59,93); }

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