#20217B

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

Shades of Midnight Blue #20217B

Tints of Midnight Blue #20217B

Color information

#20217B (or 0x20217B) is unknown color: approx Midnight Blue. HEX triplet: 20, 21 and 7B. RGB value is (32,33,123). Sum of RGB (Red+Green+Blue) = 32+33+123=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #20217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20217B is #DFDE84. Grayscale: #2A2A2A. Windows color (decimal): -14671493 or 8069408. OLE color: 8069408.

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

Color convert

RGB3233123-
CMYK0.740.7300.52
HSL239.34º58.71%30.39%-
HSV(B)239.34º73.98%48.24%-
XYZ4.712.8219.04-
YUV42.96173.17120.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 123 (48.44% from 255) = 65.43%
R=17.02%
G=17.55%
B=65.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32331230.740.7300.52239.3458.7130.39
Hex20217B4A49034ef3b1e
Octal40411731121110643577336
Binary10000010000111110111001010100100101101001110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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