#20116E

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

Shades of Midnight Blue #20116E

Tints of Midnight Blue #20116E

Color information

#20116E (or 0x20116E) is unknown color: approx Midnight Blue. HEX triplet: 20, 11 and 6E. RGB value is (32,17,110). Sum of RGB (Red+Green+Blue) = 32+17+110=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #20116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20116E is #DFEE91. Grayscale: #1F1F1F. Windows color (decimal): -14675602 or 7213344. OLE color: 7213344.

HSL color Cylindrical-coordinate representation of color #20116E: hue angle of 249.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20116E is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3217110-
CMYK0.710.8500.57
HSL249.68º73.23%24.9%-
HSV(B)249.68º84.55%43.14%-
XYZ3.611.8314.92-
YUV32.09171.97127.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 110 (43.36% from 255) = 69.18%
R=20.13%
G=10.69%
B=69.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32171100.710.8500.57249.6873.2324.9
Hex20116E4755039fa4919
Octal402115610712507137211131
Binary10000010001110111010001111010101011100111111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20116E; }

 p { color: rgb(32,17,110); }

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

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

 a { background-color: rgb(32,17,110); }

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

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

 span { border-color: rgb(32,17,110); }

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