Html Css Color HEX #20116D Midnight Blue

📋 copy color: '#20116D'

red 32 ◦ green 17 ◦ blue 109

#20116D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #20116D

Tints of Midnight Blue #20116D

RGB

 RED value IS 32 (12.89% from 255) = 20.25%

 GREEN value IS 17 (7.03% from 255) = 10.76%

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 20.25%
G = 10.76%
B = 68.99%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20116D (or 0x20116D) is known color: Midnight Blue. HEX triplet: 20, 11 and 6D. RGB value is (32,17,109). Sum of RGB (Red+Green+Blue) = 32+17+109=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #20116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20116D is #DFEE92. Grayscale: #1F1F1F. Windows color (decimal): -14675603 or 7147808. OLE color: 7147808.

HSL color Cylindrical-coordinate representation of color #20116D: hue angle of 249.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20116D is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 17 109 -
CMYK 0.71 0.84 0 0.57
HSL 249.78º 0.73% 0.25% -
HSV(B) 249.78º 0.84% 0.43% -
XYZ 3.56 1.81 14.63 -
YUV 31.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 32 17 109 0.71 0.84 0 0.57 249.78 0.73 0.25
Hex 20 11 6D 47 54 0 39 FA 49 19
Octal 40 21 155 107 124 0 71 372 111 31
Binary 100000 10001 1101101 1000111 1010100 0 111001 11111010 1001001 11001

Color Harmonies of #20116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20116D

Black with #20116D

Text Example


Text Example

White with #20116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20116D; }

 p { color: rgb(32,17,109); }

 H1.HeaderClassName
 {
   color: #20116D;
 }
 .AnyTagClassName
 {
   color: #20116D;
 }
</style>

background-color css

<style>
 a { background-color: #20116D; }

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

 div.DivClassName
 {
   background-color: #20116D;
 }
 .BgClassName
 {
   background-color: #20116D;
 }
</style>

border-color css

<style>
 span { border-color: #20116D; }

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

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