#201681

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

Shades of Midnight Blue #201681

Tints of Midnight Blue #201681

Color information

#201681 (or 0x201681) is unknown color: approx Midnight Blue. HEX triplet: 20, 16 and 81. RGB value is (32,22,129). Sum of RGB (Red+Green+Blue) = 32+22+129=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #201681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201681 is #DFE97E. Grayscale: #242424. Windows color (decimal): -14674303 or 8459808. OLE color: 8459808.

HSL color Cylindrical-coordinate representation of color #201681: hue angle of 245.61º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201681 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3222129-
CMYK0.750.8300.49
HSL245.61º70.86%29.61%-
HSV(B)245.61º82.95%50.59%-
XYZ4.852.4720.99-
YUV37.19179.81124.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 129 (50.78% from 255) = 70.49%
R=17.49%
G=12.02%
B=70.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32221290.750.8300.49245.6170.8629.61
Hex2016814B53031f6471e
Octal402620111312306136610736
Binary100000101101000000110010111010011011000111110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201681; }

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

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

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

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

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

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

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

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