#201A71

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

Shades of Midnight Blue #201A71

Tints of Midnight Blue #201A71

Color information

#201A71 (or 0x201A71) is unknown color: approx Midnight Blue. HEX triplet: 20, 1A and 71. RGB value is (32,26,113). Sum of RGB (Red+Green+Blue) = 32+26+113=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #201A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A71 is #DFE58E. Grayscale: #252525. Windows color (decimal): -14673295 or 7412256. OLE color: 7412256.

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

Color convert

RGB3226113-
CMYK0.720.7700.56
HSL244.14º62.59%27.25%-
HSV(B)244.14º76.99%44.31%-
XYZ3.952.2415.85-
YUV37.71170.49123.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 113 (44.53% from 255) = 66.08%
R=18.71%
G=15.20%
B=66.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32261130.720.7700.56244.1462.5927.25
Hex201A71484D038f43f1b
Octal40321611101150703647733
Binary1000001101011100011001000100110101110001111010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201A71; }

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

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

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

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

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

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

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

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