Html Css Color HEX #201380 Midnight Blue

📋 copy color: '#201380'

red 32 ◦ green 19 ◦ blue 128

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

Shades of Midnight Blue #201380

Tints of Midnight Blue #201380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 17.88%
G = 10.61%
B = 71.51%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#201380 (or 0x201380) is known color: Midnight Blue. HEX triplet: 20, 13 and 80. RGB value is (32,19,128). Sum of RGB (Red+Green+Blue) = 32+19+128=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #201380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201380 is #DFEC7F. Grayscale: #222222. Windows color (decimal): -14675072 or 8393504. OLE color: 8393504.

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

Color convert

RGB 32 19 128 -
CMYK 0.75 0.85 0 0.50
HSL 247.16º 0.74% 0.29% -
HSV(B) 247.16º 0.85% 0.5% -
XYZ 4.72 2.33 20.62 -
YUV 35.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 32 19 128 0.75 0.85 0 0.50 247.16 0.74 0.29
Hex 20 13 80 4B 55 0 32 F7 4A 1D
Octal 40 23 200 113 125 0 62 367 112 35
Binary 100000 10011 10000000 1001011 1010101 0 110010 11110111 1001010 11101

Color Harmonies of #201380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201380

Black with #201380

Text Example


Text Example

White with #201380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201380; }

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

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

background-color css

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

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

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

border-color css

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

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

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