Html Css Color HEX #201771 Midnight Blue

📋 copy color: '#201771'

red 32 ◦ green 23 ◦ blue 113

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

Shades of Midnight Blue #201771

Tints of Midnight Blue #201771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 19.05%
G = 13.69%
B = 67.26%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#201771 (or 0x201771) is known color: Midnight Blue. HEX triplet: 20, 17 and 71. RGB value is (32,23,113). Sum of RGB (Red+Green+Blue) = 32+23+113=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #201771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201771 is #DFE88E. Grayscale: #232323. Windows color (decimal): -14674063 or 7411488. OLE color: 7411488.

HSL color Cylindrical-coordinate representation of color #201771: hue angle of 246º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201771 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 23 113 -
CMYK 0.72 0.80 0 0.56
HSL 246º 0.66% 0.27% -
HSV(B) 246º 0.8% 0.44% -
XYZ 3.88 2.11 15.83 -
YUV 35.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 32 23 113 0.72 0.80 0 0.56 246 0.66 0.27
Hex 20 17 71 48 50 0 38 F6 42 1B
Octal 40 27 161 110 120 0 70 366 102 33
Binary 100000 10111 1110001 1001000 1010000 0 111000 11110110 1000010 11011

Color Harmonies of #201771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201771

Black with #201771

Text Example


Text Example

White with #201771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201771; }

 p { color: rgb(32,23,113); }

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

background-color css

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

 a { background-color: rgb(32,23,113); }

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

border-color css

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

 span { border-color: rgb(32,23,113); }

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