#063174

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

Shades of Prussian Blue #063174

Tints of Prussian Blue #063174

Color information

#063174 (or 0x063174) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 74. RGB value is (6,49,116). Sum of RGB (Red+Green+Blue) = 6+49+116=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #063174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063174 is #F9CE8B. Grayscale: #2B2B2B. Windows color (decimal): -16371340 or 7614726. OLE color: 7614726.

HSL color Cylindrical-coordinate representation of color #063174: hue angle of 216.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063174 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB649116-
CMYK0.950.5800.55
HSL216.55º90.16%23.92%-
HSV(B)216.55º94.83%45.49%-
XYZ4.333.516.97-
YUV43.78168.75101.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 116 (45.70% from 255) = 67.84%
R=3.51%
G=28.65%
B=67.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6491160.950.5800.55216.5590.1623.92
Hex631745F3A037d95a18
Octal6611641377206733113230
Binary11011000111101001011111111010011011111011001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063174; }

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

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

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

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

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

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

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

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