#20107B

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

Shades of Midnight Blue #20107B

Tints of Midnight Blue #20107B

Color information

#20107B (or 0x20107B) is unknown color: approx Midnight Blue. HEX triplet: 20, 10 and 7B. RGB value is (32,16,123). Sum of RGB (Red+Green+Blue) = 32+16+123=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #20107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20107B is #DFEF84. Grayscale: #202020. Windows color (decimal): -14675845 or 8065056. OLE color: 8065056.

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

Color convert

RGB3216123-
CMYK0.740.8700.52
HSL248.97º76.98%27.25%-
HSV(B)248.97º86.99%48.24%-
XYZ4.362.1118.92-
YUV32.98178.8127.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 123 (48.44% from 255) = 71.93%
R=18.71%
G=9.36%
B=71.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32161230.740.8700.52248.9776.9827.25
Hex20107B4A57034f94d1b
Octal402017311212706437111533
Binary10000010000111101110010101010111011010011111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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