Html Css Color HEX #201480 Midnight Blue

📋 copy color: '#201480'

red 32 ◦ green 20 ◦ blue 128

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

Shades of Midnight Blue #201480

Tints of Midnight Blue #201480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 17.78%
G = 11.11%
B = 71.11%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#201480 (or 0x201480) is known color: Midnight Blue. HEX triplet: 20, 14 and 80. RGB value is (32,20,128). Sum of RGB (Red+Green+Blue) = 32+20+128=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #201480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201480 is #DFEB7F. Grayscale: #232323. Windows color (decimal): -14674816 or 8393760. OLE color: 8393760.

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

Color convert

RGB 32 20 128 -
CMYK 0.75 0.84 0 0.50
HSL 246.67º 0.73% 0.29% -
HSV(B) 246.67º 0.84% 0.5% -
XYZ 4.74 2.37 20.63 -
YUV 35.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 32 20 128 0.75 0.84 0 0.50 246.67 0.73 0.29
Hex 20 14 80 4B 54 0 32 F7 49 1D
Octal 40 24 200 113 124 0 62 367 111 35
Binary 100000 10100 10000000 1001011 1010100 0 110010 11110111 1001001 11101

Color Harmonies of #201480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201480

Black with #201480

Text Example


Text Example

White with #201480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201480; }

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

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

background-color css

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

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

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

border-color css

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

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

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