#20286D

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

Shades of Midnight Blue #20286D

Tints of Midnight Blue #20286D

Color information

#20286D (or 0x20286D) is unknown color: approx Midnight Blue. HEX triplet: 20, 28 and 6D. RGB value is (32,40,109). Sum of RGB (Red+Green+Blue) = 32+40+109=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #20286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20286D is #DFD792. Grayscale: #2D2D2D. Windows color (decimal): -14669715 or 7153696. OLE color: 7153696.

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

Color convert

RGB3240109-
CMYK0.710.6300.57
HSL233.77º54.61%27.65%-
HSV(B)233.77º70.64%42.75%-
XYZ4.112.9314.82-
YUV45.47163.85118.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 109 (42.97% from 255) = 60.22%
R=17.68%
G=22.10%
B=60.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32401090.710.6300.57233.7754.6127.65
Hex20286D473F039ea371c
Octal4050155107770713526734
Binary1000001010001101101100011111111101110011110101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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