#201378

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

Shades of Midnight Blue #201378

Tints of Midnight Blue #201378

Color information

#201378 (or 0x201378) is unknown color: approx Midnight Blue. HEX triplet: 20, 13 and 78. RGB value is (32,19,120). Sum of RGB (Red+Green+Blue) = 32+19+120=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #201378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201378 is #DFEC87. Grayscale: #222222. Windows color (decimal): -14675080 or 7869216. OLE color: 7869216.

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

Color convert

RGB3219120-
CMYK0.730.8400.53
HSL247.72º72.66%27.25%-
HSV(B)247.72º84.17%47.06%-
XYZ4.222.1317.96-
YUV34.4176.31126.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 120 (47.27% from 255) = 70.18%
R=18.71%
G=11.11%
B=70.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32191200.730.8400.53247.7272.6627.25
Hex2013784954035f8491b
Octal402317011112406537011133
Binary10000010011111100010010011010100011010111111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201378; }

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

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

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

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

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

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

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

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