Html Css Color HEX #201F71 Midnight Blue

📋 copy color: '#201F71'

red 32 ◦ green 31 ◦ blue 113

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

Shades of Midnight Blue #201F71

Tints of Midnight Blue #201F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.61%

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

R = 18.18%
G = 17.61%
B = 64.2%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#201F71 (or 0x201F71) is known color: Midnight Blue. HEX triplet: 20, 1F and 71. RGB value is (32,31,113). Sum of RGB (Red+Green+Blue) = 32+31+113=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #201F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F71 is #DFE08E. Grayscale: #282828. Windows color (decimal): -14672015 or 7413536. OLE color: 7413536.

HSL color Cylindrical-coordinate representation of color #201F71: hue angle of 240.73º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201F71 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 31 113 -
CMYK 0.72 0.73 0 0.56
HSL 240.73º 0.57% 0.28% -
HSV(B) 240.73º 0.73% 0.44% -
XYZ 4.07 2.48 15.89 -
YUV 40.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 32 31 113 0.72 0.73 0 0.56 240.73 0.57 0.28
Hex 20 1F 71 48 49 0 38 F1 39 1C
Octal 40 37 161 110 111 0 70 361 71 34
Binary 100000 11111 1110001 1001000 1001001 0 111000 11110001 111001 11100

Color Harmonies of #201F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F71

Black with #201F71

Text Example


Text Example

White with #201F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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