Html Css Color HEX #201579 Midnight Blue

📋 copy color: '#201579'

red 32 ◦ green 21 ◦ blue 121

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

Shades of Midnight Blue #201579

Tints of Midnight Blue #201579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 121 (47.66% from 255) = 69.54%

R = 18.39%
G = 12.07%
B = 69.54%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#201579 (or 0x201579) is known color: Midnight Blue. HEX triplet: 20, 15 and 79. RGB value is (32,21,121). Sum of RGB (Red+Green+Blue) = 32+21+121=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #201579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201579 is #DFEA86. Grayscale: #232323. Windows color (decimal): -14674567 or 7935264. OLE color: 7935264.

HSL color Cylindrical-coordinate representation of color #201579: hue angle of 246.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201579 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 21 121 -
CMYK 0.74 0.83 0 0.53
HSL 246.6º 0.7% 0.28% -
HSV(B) 246.6º 0.83% 0.47% -
XYZ 4.32 2.22 18.29 -
YUV 35.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 32 21 121 0.74 0.83 0 0.53 246.6 0.7 0.28
Hex 20 15 79 4A 53 0 35 F7 46 1C
Octal 40 25 171 112 123 0 65 367 106 34
Binary 100000 10101 1111001 1001010 1010011 0 110101 11110111 1000110 11100

Color Harmonies of #201579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201579

Black with #201579

Text Example


Text Example

White with #201579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201579; }

 p { color: rgb(32,21,121); }

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

background-color css

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

 a { background-color: rgb(32,21,121); }

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

border-color css

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

 span { border-color: rgb(32,21,121); }

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