Html Css Color HEX #201376 Midnight Blue

📋 copy color: '#201376'

red 32 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #201376

Tints of Midnight Blue #201376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.82%

R = 18.93%
G = 11.24%
B = 69.82%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201376 (or 0x201376) is known color: Midnight Blue. HEX triplet: 20, 13 and 76. RGB value is (32,19,118). Sum of RGB (Red+Green+Blue) = 32+19+118=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #201376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201376 is #DFEC89. Grayscale: #212121. Windows color (decimal): -14675082 or 7738144. OLE color: 7738144.

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

Color convert

RGB 32 19 118 -
CMYK 0.73 0.84 0 0.54
HSL 247.88º 0.72% 0.27% -
HSV(B) 247.88º 0.84% 0.46% -
XYZ 4.1 2.08 17.33 -
YUV 34.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 32 19 118 0.73 0.84 0 0.54 247.88 0.72 0.27
Hex 20 13 76 49 54 0 36 F8 48 1B
Octal 40 23 166 111 124 0 66 370 110 33
Binary 100000 10011 1110110 1001001 1010100 0 110110 11111000 1001000 11011

Color Harmonies of #201376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201376

Black with #201376

Text Example


Text Example

White with #201376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201376; }

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

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

background-color css

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

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

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

border-color css

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

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

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