#201D6C

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

Shades of Midnight Blue #201D6C

Tints of Midnight Blue #201D6C

Color information

#201D6C (or 0x201D6C) is unknown color: approx Midnight Blue. HEX triplet: 20, 1D and 6C. RGB value is (32,29,108). Sum of RGB (Red+Green+Blue) = 32+29+108=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #201D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D6C is #DFE293. Grayscale: #262626. Windows color (decimal): -14672532 or 7085344. OLE color: 7085344.

HSL color Cylindrical-coordinate representation of color #201D6C: hue angle of 242.28º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201D6C is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3229108-
CMYK0.700.7300.58
HSL242.28º57.66%26.86%-
HSV(B)242.28º73.15%42.35%-
XYZ3.742.2714.43-
YUV38.9166.99123.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 108 (42.58% from 255) = 63.91%
R=18.93%
G=17.16%
B=63.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32291080.700.7300.58242.2857.6626.86
Hex201D6C464903Af23a1b
Octal40351541061110723627233
Binary1000001110111011001000110100100101110101111001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201D6C; }

 p { color: rgb(32,29,108); }

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

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

 a { background-color: rgb(32,29,108); }

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

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

 span { border-color: rgb(32,29,108); }

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