Html Css Color HEX #201377 Midnight Blue

📋 copy color: '#201377'

red 32 ◦ green 19 ◦ blue 119

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

Shades of Midnight Blue #201377

Tints of Midnight Blue #201377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 119 (46.88% from 255) = 70%

R = 18.82%
G = 11.18%
B = 70%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#201377 (or 0x201377) is known color: Midnight Blue. HEX triplet: 20, 13 and 77. RGB value is (32,19,119). Sum of RGB (Red+Green+Blue) = 32+19+119=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #201377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201377 is #DFEC88. Grayscale: #212121. Windows color (decimal): -14675081 or 7803680. OLE color: 7803680.

HSL color Cylindrical-coordinate representation of color #201377: hue angle of 247.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201377 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 19 119 -
CMYK 0.73 0.84 0 0.53
HSL 247.8º 0.72% 0.27% -
HSV(B) 247.8º 0.84% 0.47% -
XYZ 4.16 2.1 17.64 -
YUV 34.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 32 19 119 0.73 0.84 0 0.53 247.8 0.72 0.27
Hex 20 13 77 49 54 0 35 F8 48 1B
Octal 40 23 167 111 124 0 65 370 110 33
Binary 100000 10011 1110111 1001001 1010100 0 110101 11111000 1001000 11011

Color Harmonies of #201377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201377

Black with #201377

Text Example


Text Example

White with #201377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201377; }

 p { color: rgb(32,19,119); }

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

background-color css

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

 a { background-color: rgb(32,19,119); }

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

border-color css

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

 span { border-color: rgb(32,19,119); }

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