#201873

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

Shades of Midnight Blue #201873

Tints of Midnight Blue #201873

Color information

#201873 (or 0x201873) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 73. RGB value is (32,24,115). Sum of RGB (Red+Green+Blue) = 32+24+115=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #201873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201873 is #DFE78C. Grayscale: #242424. Windows color (decimal): -14673805 or 7542816. OLE color: 7542816.

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

Color convert

RGB3224115-
CMYK0.720.7900.55
HSL245.27º65.47%27.25%-
HSV(B)245.27º79.13%45.1%-
XYZ4.022.216.43-
YUV36.77172.15124.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=18.71%
G=14.04%
B=67.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32241150.720.7900.55245.2765.4727.25
Hex201873484F037f5411b
Octal403016311011706736510133
Binary10000011000111001110010001001111011011111110101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201873; }

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

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

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

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

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

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

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

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