Html Css Color HEX #20116F Midnight Blue

📋 copy color: '#20116F'

red 32 ◦ green 17 ◦ blue 111

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

Shades of Midnight Blue #20116F

Tints of Midnight Blue #20116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 69.38%

R = 20%
G = 10.63%
B = 69.38%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20116F (or 0x20116F) is known color: Midnight Blue. HEX triplet: 20, 11 and 6F. RGB value is (32,17,111). Sum of RGB (Red+Green+Blue) = 32+17+111=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #20116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20116F is #DFEE90. Grayscale: #1F1F1F. Windows color (decimal): -14675601 or 7278880. OLE color: 7278880.

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

Color convert

RGB 32 17 111 -
CMYK 0.71 0.85 0 0.56
HSL 249.57º 0.73% 0.25% -
HSV(B) 249.57º 0.85% 0.44% -
XYZ 3.67 1.86 15.2 -
YUV 32.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 32 17 111 0.71 0.85 0 0.56 249.57 0.73 0.25
Hex 20 11 6F 47 55 0 38 FA 49 19
Octal 40 21 157 107 125 0 70 372 111 31
Binary 100000 10001 1101111 1000111 1010101 0 111000 11111010 1001001 11001

Color Harmonies of #20116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20116F

Black with #20116F

Text Example


Text Example

White with #20116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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