#063B54

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

Shades of Prussian Blue #063B54

Tints of Prussian Blue #063B54

Color information

#063B54 (or 0x063B54) is unknown color: approx Prussian Blue. HEX triplet: 06, 3B and 54. RGB value is (6,59,84). Sum of RGB (Red+Green+Blue) = 6+59+84=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #063B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B54 is #F9C4AB. Grayscale: #2D2D2D. Windows color (decimal): -16368812 or 5520134. OLE color: 5520134.

HSL color Cylindrical-coordinate representation of color #063B54: hue angle of 199.23º 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 #063B54 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65984-
CMYK0.930.3000.67
HSL199.23º86.67%17.65%-
HSV(B)199.23º92.86%32.94%-
XYZ3.243.818.95-
YUV46149.4499.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 84 (33.20% from 255) = 56.38%
R=4.03%
G=39.60%
B=56.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal659840.930.3000.67199.2386.6717.65
Hex63B545D1E043c75712
Octal67312413536010330712722
Binary11011101110101001011101111100100001111000111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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