Html Css Color HEX #201980 Midnight Blue

📋 copy color: '#201980'

red 32 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #201980

Tints of Midnight Blue #201980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 69.19%

R = 17.3%
G = 13.51%
B = 69.19%

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

#201980 (or 0x201980) is known color: Midnight Blue. HEX triplet: 20, 19 and 80. RGB value is (32,25,128). Sum of RGB (Red+Green+Blue) = 32+25+128=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #201980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201980 is #DFE67F. Grayscale: #262626. Windows color (decimal): -14673536 or 8395040. OLE color: 8395040.

HSL color Cylindrical-coordinate representation of color #201980: hue angle of 244.08º 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 #201980 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 25 128 -
CMYK 0.75 0.80 0 0.50
HSL 244.08º 0.67% 0.3% -
HSV(B) 244.08º 0.8% 0.5% -
XYZ 4.84 2.56 20.66 -
YUV 38.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 32 25 128 0.75 0.80 0 0.50 244.08 0.67 0.3
Hex 20 19 80 4B 50 0 32 F4 43 1E
Octal 40 31 200 113 120 0 62 364 103 36
Binary 100000 11001 10000000 1001011 1010000 0 110010 11110100 1000011 11110

Color Harmonies of #201980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201980

Black with #201980

Text Example


Text Example

White with #201980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201980; }

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

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

background-color css

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

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

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

border-color css

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

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

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