#201373

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

Shades of Midnight Blue #201373

Tints of Midnight Blue #201373

Color information

#201373 (or 0x201373) is unknown color: approx Midnight Blue. HEX triplet: 20, 13 and 73. RGB value is (32,19,115). Sum of RGB (Red+Green+Blue) = 32+19+115=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #201373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201373 is #DFEC8C. Grayscale: #212121. Windows color (decimal): -14675085 or 7541536. OLE color: 7541536.

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

Color convert

RGB3219115-
CMYK0.720.8300.55
HSL248.12º71.64%26.27%-
HSV(B)248.12º83.48%45.1%-
XYZ3.922.0116.4-
YUV33.83173.81126.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 115 (45.31% from 255) = 69.28%
R=19.28%
G=11.45%
B=69.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32191150.720.8300.55248.1271.6426.27
Hex2013734853037f8481a
Octal402316311012306737011032
Binary10000010011111001110010001010011011011111111000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201373; }

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

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

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

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

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

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

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

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