#20186C

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

Shades of Midnight Blue #20186C

Tints of Midnight Blue #20186C

Color information

#20186C (or 0x20186C) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 6C. RGB value is (32,24,108). Sum of RGB (Red+Green+Blue) = 32+24+108=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #20186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20186C is #DFE793. Grayscale: #232323. Windows color (decimal): -14673812 or 7084064. OLE color: 7084064.

HSL color Cylindrical-coordinate representation of color #20186C: hue angle of 245.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20186C is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3224108-
CMYK0.700.7800.58
HSL245.71º63.64%25.88%-
HSV(B)245.71º77.78%42.35%-
XYZ3.632.0414.39-
YUV35.97168.65125.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 108 (42.58% from 255) = 65.85%
R=19.51%
G=14.63%
B=65.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32241080.700.7800.58245.7163.6425.88
Hex20186C464E03Af6401a
Octal403015410611607236610032
Binary10000011000110110010001101001110011101011110110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20186C; }

 p { color: rgb(32,24,108); }

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

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

 a { background-color: rgb(32,24,108); }

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

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

 span { border-color: rgb(32,24,108); }

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