#201971

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

Shades of Midnight Blue #201971

Tints of Midnight Blue #201971

Color information

#201971 (or 0x201971) is unknown color: approx Midnight Blue. HEX triplet: 20, 19 and 71. RGB value is (32,25,113). Sum of RGB (Red+Green+Blue) = 32+25+113=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #201971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201971 is #DFE68E. Grayscale: #242424. Windows color (decimal): -14673551 or 7412000. OLE color: 7412000.

HSL color Cylindrical-coordinate representation of color #201971: hue angle of 244.77º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201971 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3225113-
CMYK0.720.7800.56
HSL244.77º63.77%27.06%-
HSV(B)244.77º77.88%44.31%-
XYZ3.922.1915.84-
YUV37.12170.82124.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 113 (44.53% from 255) = 66.47%
R=18.82%
G=14.71%
B=66.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32251130.720.7800.56244.7763.7727.06
Hex201971484E038f5401b
Octal403116111011607036510033
Binary10000011001111000110010001001110011100011110101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201971; }

 p { color: rgb(32,25,113); }

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

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

 a { background-color: rgb(32,25,113); }

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

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

 span { border-color: rgb(32,25,113); }

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