#201674

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

Shades of Midnight Blue #201674

Tints of Midnight Blue #201674

Color information

#201674 (or 0x201674) is unknown color: approx Midnight Blue. HEX triplet: 20, 16 and 74. RGB value is (32,22,116). Sum of RGB (Red+Green+Blue) = 32+22+116=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #201674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201674 is #DFE98B. Grayscale: #232323. Windows color (decimal): -14674316 or 7607840. OLE color: 7607840.

HSL color Cylindrical-coordinate representation of color #201674: hue angle of 246.38º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201674 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3222116-
CMYK0.720.8100.55
HSL246.38º68.12%27.06%-
HSV(B)246.38º81.03%45.49%-
XYZ4.032.1416.72-
YUV35.71173.31125.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 116 (45.70% from 255) = 68.24%
R=18.82%
G=12.94%
B=68.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32221160.720.8100.55246.3868.1227.06
Hex2016744851037f6441b
Octal402616411012106736610433
Binary10000010110111010010010001010001011011111110110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201674; }

 p { color: rgb(32,22,116); }

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

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

 a { background-color: rgb(32,22,116); }

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

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

 span { border-color: rgb(32,22,116); }

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