#20146D

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

Shades of Midnight Blue #20146D

Tints of Midnight Blue #20146D

Color information

#20146D (or 0x20146D) is unknown color: approx Midnight Blue. HEX triplet: 20, 14 and 6D. RGB value is (32,20,109). Sum of RGB (Red+Green+Blue) = 32+20+109=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #20146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20146D is #DFEB92. Grayscale: #212121. Windows color (decimal): -14674835 or 7148576. OLE color: 7148576.

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

Color convert

RGB3220109-
CMYK0.710.8200.57
HSL248.09º68.99%25.29%-
HSV(B)248.09º81.65%42.75%-
XYZ3.611.9114.65-
YUV33.73170.48126.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 109 (42.97% from 255) = 67.70%
R=19.88%
G=12.42%
B=67.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32201090.710.8200.57248.0968.9925.29
Hex20146D4752039f84519
Octal402415510712207137010531
Binary10000010100110110110001111010010011100111111000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20146D; }

 p { color: rgb(32,20,109); }

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

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

 a { background-color: rgb(32,20,109); }

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

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

 span { border-color: rgb(32,20,109); }

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