Html Css Color HEX #20117C Midnight Blue

📋 copy color: '#20117C'

red 32 ◦ green 17 ◦ blue 124

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

Shades of Midnight Blue #20117C

Tints of Midnight Blue #20117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 71.68%

R = 18.5%
G = 9.83%
B = 71.68%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20117C (or 0x20117C) is known color: Midnight Blue. HEX triplet: 20, 11 and 7C. RGB value is (32,17,124). Sum of RGB (Red+Green+Blue) = 32+17+124=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #20117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20117C is #DFEE83. Grayscale: #212121. Windows color (decimal): -14675588 or 8130848. OLE color: 8130848.

HSL color Cylindrical-coordinate representation of color #20117C: hue angle of 248.41º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20117C is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 17 124 -
CMYK 0.74 0.86 0 0.51
HSL 248.41º 0.76% 0.28% -
HSV(B) 248.41º 0.86% 0.49% -
XYZ 4.43 2.16 19.25 -
YUV 33.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 32 17 124 0.74 0.86 0 0.51 248.41 0.76 0.28
Hex 20 11 7C 4A 56 0 33 F8 4C 1C
Octal 40 21 174 112 126 0 63 370 114 34
Binary 100000 10001 1111100 1001010 1010110 0 110011 11111000 1001100 11100

Color Harmonies of #20117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20117C

Black with #20117C

Text Example


Text Example

White with #20117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20117C; }

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

 H1.HeaderClassName
 {
   color: #20117C;
 }
 .AnyTagClassName
 {
   color: #20117C;
 }
</style>

background-color css

<style>
 a { background-color: #20117C; }

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

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

border-color css

<style>
 span { border-color: #20117C; }

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

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