#20207B

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

Shades of Midnight Blue #20207B

Tints of Midnight Blue #20207B

Color information

#20207B (or 0x20207B) is unknown color: approx Midnight Blue. HEX triplet: 20, 20 and 7B. RGB value is (32,32,123). Sum of RGB (Red+Green+Blue) = 32+32+123=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #20207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20207B is #DFDF84. Grayscale: #2A2A2A. Windows color (decimal): -14671749 or 8069152. OLE color: 8069152.

HSL color Cylindrical-coordinate representation of color #20207B: hue angle of 240º 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 #20207B is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3232123-
CMYK0.740.7400.52
HSL240º58.71%30.39%-
HSV(B)240º73.98%48.24%-
XYZ4.692.7719.03-
YUV42.37173.5120.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 123 (48.44% from 255) = 65.78%
R=17.11%
G=17.11%
B=65.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32321230.740.7400.5224058.7130.39
Hex20207B4A4A034f03b1e
Octal40401731121120643607336
Binary10000010000011110111001010100101001101001111000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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