#201573

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

Shades of Midnight Blue #201573

Tints of Midnight Blue #201573

Color information

#201573 (or 0x201573) is unknown color: approx Midnight Blue. HEX triplet: 20, 15 and 73. RGB value is (32,21,115). Sum of RGB (Red+Green+Blue) = 32+21+115=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #201573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201573 is #DFEA8C. Grayscale: #222222. Windows color (decimal): -14674573 or 7542048. OLE color: 7542048.

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

Color convert

RGB3221115-
CMYK0.720.8200.55
HSL247.02º69.12%26.67%-
HSV(B)247.02º81.74%45.1%-
XYZ3.962.0816.41-
YUV35.01173.14125.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=19.05%
G=12.5%
B=68.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32211150.720.8200.55247.0269.1226.67
Hex2015734852037f7451b
Octal402516311012206736710533
Binary10000010101111001110010001010010011011111110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201573; }

 p { color: rgb(32,21,115); }

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

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

 a { background-color: rgb(32,21,115); }

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

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

 span { border-color: rgb(32,21,115); }

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