#201178

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

Shades of Midnight Blue #201178

Tints of Midnight Blue #201178

Color information

#201178 (or 0x201178) is unknown color: approx Midnight Blue. HEX triplet: 20, 11 and 78. RGB value is (32,17,120). Sum of RGB (Red+Green+Blue) = 32+17+120=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #201178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201178 is #DFEE87. Grayscale: #202020. Windows color (decimal): -14675592 or 7868704. OLE color: 7868704.

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

Color convert

RGB3217120-
CMYK0.730.8600.53
HSL248.74º75.18%26.86%-
HSV(B)248.74º85.83%47.06%-
XYZ4.192.0617.95-
YUV33.23176.97127.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 120 (47.27% from 255) = 71.01%
R=18.93%
G=10.06%
B=71.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32171200.730.8600.53248.7475.1826.86
Hex2011784956035f94b1b
Octal402117011112606537111333
Binary10000010001111100010010011010110011010111111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201178; }

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

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

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

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

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

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

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

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