Html Css Color HEX #20197E Midnight Blue

📋 copy color: '#20197E'

red 32 ◦ green 25 ◦ blue 126

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

Shades of Midnight Blue #20197E

Tints of Midnight Blue #20197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

 BLUE value IS 126 (49.61% from 255) = 68.85%

R = 17.49%
G = 13.66%
B = 68.85%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20197E (or 0x20197E) is known color: Midnight Blue. HEX triplet: 20, 19 and 7E. RGB value is (32,25,126). Sum of RGB (Red+Green+Blue) = 32+25+126=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 126 (49.61% from 255 or 68.85% from 183); Max value from RGB is 126 - color contains mainly: blue. Hex color #20197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20197E is #DFE681. Grayscale: #262626. Windows color (decimal): -14673538 or 8263968. OLE color: 8263968.

HSL color Cylindrical-coordinate representation of color #20197E: hue angle of 244.16º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20197E is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 25 126 -
CMYK 0.75 0.80 0 0.51
HSL 244.16º 0.67% 0.3% -
HSV(B) 244.16º 0.8% 0.49% -
XYZ 4.71 2.51 19.97 -
YUV 38.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 32 25 126 0.75 0.80 0 0.51 244.16 0.67 0.3
Hex 20 19 7E 4B 50 0 33 F4 43 1E
Octal 40 31 176 113 120 0 63 364 103 36
Binary 100000 11001 1111110 1001011 1010000 0 110011 11110100 1000011 11110

Color Harmonies of #20197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20197E

Black with #20197E

Text Example


Text Example

White with #20197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20197E;
 }
 .AnyTagClassName
 {
   color: #20197E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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