#201D77

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

Shades of Midnight Blue #201D77

Tints of Midnight Blue #201D77

Color information

#201D77 (or 0x201D77) is unknown color: approx Midnight Blue. HEX triplet: 20, 1D and 77. RGB value is (32,29,119). Sum of RGB (Red+Green+Blue) = 32+29+119=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #201D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D77 is #DFE288. Grayscale: #272727. Windows color (decimal): -14672521 or 7806240. OLE color: 7806240.

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

Color convert

RGB3229119-
CMYK0.730.7600.53
HSL242º60.81%29.02%-
HSV(B)242º75.63%46.67%-
XYZ4.362.5217.71-
YUV40.16172.49122.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 29 (11.72% from 255) = 16.11%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=17.78%
G=16.11%
B=66.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32291190.730.7600.5324260.8129.02
Hex201D77494C035f23d1d
Octal40351671111140653627535
Binary1000001110111101111001001100110001101011111001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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