#201376

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

Shades of Midnight Blue #201376

Tints of Midnight Blue #201376

Color information

#201376 (or 0x201376) is unknown color: approx Midnight Blue. HEX triplet: 20, 13 and 76. RGB value is (32,19,118). Sum of RGB (Red+Green+Blue) = 32+19+118=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #201376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201376 is #DFEC89. Grayscale: #212121. Windows color (decimal): -14675082 or 7738144. OLE color: 7738144.

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

Color convert

RGB3219118-
CMYK0.730.8400.54
HSL247.88º72.26%26.86%-
HSV(B)247.88º83.9%46.27%-
XYZ4.12.0817.33-
YUV34.17175.31126.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 118 (46.48% from 255) = 69.82%
R=18.93%
G=11.24%
B=69.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32191180.730.8400.54247.8872.2626.86
Hex2013764954036f8481b
Octal402316611112406637011033
Binary10000010011111011010010011010100011011011111000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201376; }

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

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

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

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

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

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

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

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