#201172

Color #201172 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #201172

Tints of Midnight Blue #201172

Color information

#201172 (or 0x201172) is unknown color: approx Midnight Blue. HEX triplet: 20, 11 and 72. RGB value is (32,17,114). Sum of RGB (Red+Green+Blue) = 32+17+114=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #201172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201172 is #DFEE8D. Grayscale: #202020. Windows color (decimal): -14675598 or 7475488. OLE color: 7475488.

HSL color Cylindrical-coordinate representation of color #201172: hue angle of 249.28º 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 #201172 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3217114-
CMYK0.720.8500.55
HSL249.28º74.05%25.69%-
HSV(B)249.28º85.09%44.71%-
XYZ3.831.9216.09-
YUV32.54173.97127.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=19.63%
G=10.43%
B=69.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32171140.720.8500.55249.2874.0525.69
Hex2011724855037f94a1a
Octal402116211012506737111232
Binary10000010001111001010010001010101011011111111001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201172; }

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

 H1.HeaderClassName
 {
   color: #201172;
 }
 .AnyTagClassName
 {
   color: #201172;
 }
</style>
background-color css

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

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

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

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

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

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