#20287B

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

Shades of Midnight Blue #20287B

Tints of Midnight Blue #20287B

Color information

#20287B (or 0x20287B) is unknown color: approx Midnight Blue. HEX triplet: 20, 28 and 7B. RGB value is (32,40,123). Sum of RGB (Red+Green+Blue) = 32+40+123=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #20287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20287B is #DFD784. Grayscale: #2E2E2E. Windows color (decimal): -14669701 or 8071200. OLE color: 8071200.

HSL color Cylindrical-coordinate representation of color #20287B: hue angle of 234.73º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20287B is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3240123-
CMYK0.740.6700.52
HSL234.73º58.71%30.39%-
HSV(B)234.73º73.98%48.24%-
XYZ4.933.2519.11-
YUV47.07170.85117.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=16.41%
G=20.51%
B=63.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32401230.740.6700.52234.7358.7130.39
Hex20287B4A43034eb3b1e
Octal40501731121030643537336
Binary10000010100011110111001010100001101101001110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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