Html Css Color HEX #202580 Midnight Blue

📋 copy color: '#202580'

red 32 ◦ green 37 ◦ blue 128

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

Shades of Midnight Blue #202580

Tints of Midnight Blue #202580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.78%

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

R = 16.24%
G = 18.78%
B = 64.97%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#202580 (or 0x202580) is known color: Midnight Blue. HEX triplet: 20, 25 and 80. RGB value is (32,37,128). Sum of RGB (Red+Green+Blue) = 32+37+128=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #202580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202580 is #DFDA7F. Grayscale: #2D2D2D. Windows color (decimal): -14670464 or 8398112. OLE color: 8398112.

HSL color Cylindrical-coordinate representation of color #202580: hue angle of 236.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202580 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 37 128 -
CMYK 0.75 0.71 0 0.50
HSL 236.88º 0.6% 0.31% -
HSV(B) 236.88º 0.75% 0.5% -
XYZ 5.15 3.19 20.77 -
YUV 45.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 32 37 128 0.75 0.71 0 0.50 236.88 0.6 0.31
Hex 20 25 80 4B 47 0 32 ED 3C 1F
Octal 40 45 200 113 107 0 62 355 74 37
Binary 100000 100101 10000000 1001011 1000111 0 110010 11101101 111100 11111

Color Harmonies of #202580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202580

Black with #202580

Text Example


Text Example

White with #202580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202580; }

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

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

background-color css

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

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

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

border-color css

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

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

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