Html Css Color HEX #20197F Midnight Blue

📋 copy color: '#20197F'

red 32 ◦ green 25 ◦ blue 127

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

Shades of Midnight Blue #20197F

Tints of Midnight Blue #20197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 69.02%

R = 17.39%
G = 13.59%
B = 69.02%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20197F (or 0x20197F) is known color: Midnight Blue. HEX triplet: 20, 19 and 7F. RGB value is (32,25,127). Sum of RGB (Red+Green+Blue) = 32+25+127=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #20197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20197F is #DFE680. Grayscale: #262626. Windows color (decimal): -14673537 or 8329504. OLE color: 8329504.

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

Color convert

RGB 32 25 127 -
CMYK 0.75 0.80 0 0.50
HSL 244.12º 0.67% 0.3% -
HSV(B) 244.12º 0.8% 0.5% -
XYZ 4.77 2.53 20.32 -
YUV 38.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 32 25 127 0.75 0.80 0 0.50 244.12 0.67 0.3
Hex 20 19 7F 4B 50 0 32 F4 43 1E
Octal 40 31 177 113 120 0 62 364 103 36
Binary 100000 11001 1111111 1001011 1010000 0 110010 11110100 1000011 11110

Color Harmonies of #20197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20197F

Black with #20197F

Text Example


Text Example

White with #20197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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