Html Css Color HEX #201176 Midnight Blue

📋 copy color: '#201176'

red 32 ◦ green 17 ◦ blue 118

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

Shades of Midnight Blue #201176

Tints of Midnight Blue #201176

RGB

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

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

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

R = 19.16%
G = 10.18%
B = 70.66%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201176 (or 0x201176) is known color: Midnight Blue. HEX triplet: 20, 11 and 76. RGB value is (32,17,118). Sum of RGB (Red+Green+Blue) = 32+17+118=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #201176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201176 is #DFEE89. Grayscale: #202020. Windows color (decimal): -14675594 or 7737632. OLE color: 7737632.

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

Color convert

RGB 32 17 118 -
CMYK 0.73 0.86 0 0.54
HSL 248.91º 0.75% 0.26% -
HSV(B) 248.91º 0.86% 0.46% -
XYZ 4.07 2.02 17.31 -
YUV 33 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 32 17 118 0.73 0.86 0 0.54 248.91 0.75 0.26
Hex 20 11 76 49 56 0 36 F9 4B 1A
Octal 40 21 166 111 126 0 66 371 113 32
Binary 100000 10001 1110110 1001001 1010110 0 110110 11111001 1001011 11010

Color Harmonies of #201176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201176

Black with #201176

Text Example


Text Example

White with #201176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201176; }

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

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

background-color css

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

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

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

border-color css

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

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

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