#063954

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

Shades of Prussian Blue #063954

Tints of Prussian Blue #063954

Color information

#063954 (or 0x063954) is unknown color: approx Prussian Blue. HEX triplet: 06, 39 and 54. RGB value is (6,57,84). Sum of RGB (Red+Green+Blue) = 6+57+84=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #063954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063954 is #F9C6AB. Grayscale: #2C2C2C. Windows color (decimal): -16369324 or 5519622. OLE color: 5519622.

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

Color convert

RGB65784-
CMYK0.930.3200.67
HSL200.77º86.67%17.65%-
HSV(B)200.77º92.86%32.94%-
XYZ3.143.618.92-
YUV44.83150.1100.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=4.08%
G=38.78%
B=57.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal657840.930.3200.67200.7786.6717.65
Hex639545D20043c95712
Octal67112413540010331112722
Binary110111001101010010111011000000100001111001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063954; }

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

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

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

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

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

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

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

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