#20287D

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

Shades of Midnight Blue #20287D

Tints of Midnight Blue #20287D

Color information

#20287D (or 0x20287D) is unknown color: approx Midnight Blue. HEX triplet: 20, 28 and 7D. RGB value is (32,40,125). Sum of RGB (Red+Green+Blue) = 32+40+125=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #20287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20287D is #DFD782. Grayscale: #2E2E2E. Windows color (decimal): -14669699 or 8202272. OLE color: 8202272.

HSL color Cylindrical-coordinate representation of color #20287D: hue angle of 234.84º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20287D is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3240125-
CMYK0.740.6800.51
HSL234.84º59.24%30.78%-
HSV(B)234.84º74.4%49.02%-
XYZ5.063.3119.77-
YUV47.3171.85117.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=16.24%
G=20.30%
B=63.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32401250.740.6800.51234.8459.2430.78
Hex20287D4A44033eb3b1f
Octal40501751121040633537337
Binary10000010100011111011001010100010001100111110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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