Html Css Color HEX #201175 Midnight Blue

📋 copy color: '#201175'

red 32 ◦ green 17 ◦ blue 117

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

Shades of Midnight Blue #201175

Tints of Midnight Blue #201175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.48%

R = 19.28%
G = 10.24%
B = 70.48%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201175 (or 0x201175) is known color: Midnight Blue. HEX triplet: 20, 11 and 75. RGB value is (32,17,117). Sum of RGB (Red+Green+Blue) = 32+17+117=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #201175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201175 is #DFEE8A. Grayscale: #202020. Windows color (decimal): -14675595 or 7672096. OLE color: 7672096.

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

Color convert

RGB 32 17 117 -
CMYK 0.73 0.85 0 0.54
HSL 249º 0.75% 0.26% -
HSV(B) 249º 0.85% 0.46% -
XYZ 4.01 1.99 17 -
YUV 32.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 32 17 117 0.73 0.85 0 0.54 249 0.75 0.26
Hex 20 11 75 49 55 0 36 F9 4B 1A
Octal 40 21 165 111 125 0 66 371 113 32
Binary 100000 10001 1110101 1001001 1010101 0 110110 11111001 1001011 11010

Color Harmonies of #201175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201175

Black with #201175

Text Example


Text Example

White with #201175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201175; }

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

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

background-color css

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

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

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

border-color css

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

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

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