Html Css Color HEX #201F72 Midnight Blue

📋 copy color: '#201F72'

red 32 ◦ green 31 ◦ blue 114

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

Shades of Midnight Blue #201F72

Tints of Midnight Blue #201F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 18.08%
G = 17.51%
B = 64.41%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#201F72 (or 0x201F72) is known color: Midnight Blue. HEX triplet: 20, 1F and 72. RGB value is (32,31,114). Sum of RGB (Red+Green+Blue) = 32+31+114=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #201F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F72 is #DFE08D. Grayscale: #282828. Windows color (decimal): -14672014 or 7479072. OLE color: 7479072.

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

Color convert

RGB 32 31 114 -
CMYK 0.72 0.73 0 0.55
HSL 240.72º 0.57% 0.28% -
HSV(B) 240.72º 0.73% 0.45% -
XYZ 4.12 2.5 16.19 -
YUV 40.76 169.33 121.75 -
System Red Green Blue C M Y K H S L
Decimal 32 31 114 0.72 0.73 0 0.55 240.72 0.57 0.28
Hex 20 1F 72 48 49 0 37 F1 39 1C
Octal 40 37 162 110 111 0 67 361 71 34
Binary 100000 11111 1110010 1001000 1001001 0 110111 11110001 111001 11100

Color Harmonies of #201F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F72

Black with #201F72

Text Example


Text Example

White with #201F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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