Html Css Color HEX #201174 Midnight Blue

📋 copy color: '#201174'

red 32 ◦ green 17 ◦ blue 116

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

Shades of Midnight Blue #201174

Tints of Midnight Blue #201174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.3%

R = 19.39%
G = 10.3%
B = 70.3%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#201174 (or 0x201174) is known color: Midnight Blue. HEX triplet: 20, 11 and 74. RGB value is (32,17,116). Sum of RGB (Red+Green+Blue) = 32+17+116=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #201174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201174 is #DFEE8B. Grayscale: #202020. Windows color (decimal): -14675596 or 7606560. OLE color: 7606560.

HSL color Cylindrical-coordinate representation of color #201174: hue angle of 249.09º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201174 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 17 116 -
CMYK 0.72 0.85 0 0.55
HSL 249.09º 0.74% 0.26% -
HSV(B) 249.09º 0.85% 0.45% -
XYZ 3.95 1.97 16.69 -
YUV 32.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 32 17 116 0.72 0.85 0 0.55 249.09 0.74 0.26
Hex 20 11 74 48 55 0 37 F9 4A 1A
Octal 40 21 164 110 125 0 67 371 112 32
Binary 100000 10001 1110100 1001000 1010101 0 110111 11111001 1001010 11010

Color Harmonies of #201174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201174

Black with #201174

Text Example


Text Example

White with #201174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201174; }

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

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

background-color css

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

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

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

border-color css

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

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

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