#20217E

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

Shades of Midnight Blue #20217E

Tints of Midnight Blue #20217E

Color information

#20217E (or 0x20217E) is unknown color: approx Midnight Blue. HEX triplet: 20, 21 and 7E. RGB value is (32,33,126). Sum of RGB (Red+Green+Blue) = 32+33+126=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #20217E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20217E is #DFDE81. Grayscale: #2A2A2A. Windows color (decimal): -14671490 or 8266016. OLE color: 8266016.

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

Color convert

RGB3233126-
CMYK0.750.7400.51
HSL239.36º59.49%30.98%-
HSV(B)239.36º74.6%49.41%-
XYZ4.912.920.04-
YUV43.3174.67119.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 126 (49.61% from 255) = 65.97%
R=16.75%
G=17.28%
B=65.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32331260.750.7400.51239.3659.4930.98
Hex20217E4B4A033ef3b1f
Octal40411761131120633577337
Binary10000010000111111101001011100101001100111110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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