Html Css Color HEX #201178 Midnight Blue

📋 copy color: '#201178'

red 32 ◦ green 17 ◦ blue 120

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

Shades of Midnight Blue #201178

Tints of Midnight Blue #201178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 120 (47.27% from 255) = 71.01%

R = 18.93%
G = 10.06%
B = 71.01%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#201178 (or 0x201178) is known color: Midnight Blue. HEX triplet: 20, 11 and 78. RGB value is (32,17,120). Sum of RGB (Red+Green+Blue) = 32+17+120=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #201178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201178 is #DFEE87. Grayscale: #202020. Windows color (decimal): -14675592 or 7868704. OLE color: 7868704.

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

Color convert

RGB 32 17 120 -
CMYK 0.73 0.86 0 0.53
HSL 248.74º 0.75% 0.27% -
HSV(B) 248.74º 0.86% 0.47% -
XYZ 4.19 2.06 17.95 -
YUV 33.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 32 17 120 0.73 0.86 0 0.53 248.74 0.75 0.27
Hex 20 11 78 49 56 0 35 F9 4B 1B
Octal 40 21 170 111 126 0 65 371 113 33
Binary 100000 10001 1111000 1001001 1010110 0 110101 11111001 1001011 11011

Color Harmonies of #201178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201178

Black with #201178

Text Example


Text Example

White with #201178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201178; }

 p { color: rgb(32,17,120); }

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

background-color css

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

 a { background-color: rgb(32,17,120); }

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

border-color css

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

 span { border-color: rgb(32,17,120); }

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