#063154

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

Shades of Prussian Blue #063154

Tints of Prussian Blue #063154

Color information

#063154 (or 0x063154) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 54. RGB value is (6,49,84). Sum of RGB (Red+Green+Blue) = 6+49+84=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #063154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063154 is #F9CEAB. Grayscale: #272727. Windows color (decimal): -16371372 or 5517574. OLE color: 5517574.

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

Color convert

RGB64984-
CMYK0.930.4200.67
HSL206.92º86.67%17.65%-
HSV(B)206.92º92.86%32.94%-
XYZ2.772.888.8-
YUV40.13152.75103.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=4.32%
G=35.25%
B=60.43%

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
Decimal649840.930.4200.67206.9286.6717.65
Hex631545D2A043cf5712
Octal66112413552010331712722
Binary110110001101010010111011010100100001111001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063154; }

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

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

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

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

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

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

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

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