#201D87

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

Shades of Midnight Blue #201D87

Tints of Midnight Blue #201D87

Color information

#201D87 (or 0x201D87) is unknown color: approx Midnight Blue. HEX triplet: 20, 1D and 87. RGB value is (32,29,135). Sum of RGB (Red+Green+Blue) = 32+29+135=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #201D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D87 is #DFE278. Grayscale: #292929. Windows color (decimal): -14672505 or 8854816. OLE color: 8854816.

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

Color convert

RGB3229135-
CMYK0.760.7900.47
HSL241.7º64.63%32.16%-
HSV(B)241.7º78.52%52.94%-
XYZ5.412.9423.2-
YUV41.98180.49120.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 135 (53.12% from 255) = 68.88%
R=16.33%
G=14.80%
B=68.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32291350.760.7900.47241.764.6332.16
Hex201D874C4F02Ff24120
Octal403520711411705736210140
Binary1000001110110000111100110010011110101111111100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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