#201F87

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

Shades of Midnight Blue #201F87

Tints of Midnight Blue #201F87

Color information

#201F87 (or 0x201F87) is unknown color: approx Midnight Blue. HEX triplet: 20, 1F and 87. RGB value is (32,31,135). Sum of RGB (Red+Green+Blue) = 32+31+135=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #201F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F87 is #DFE078. Grayscale: #2A2A2A. Windows color (decimal): -14671993 or 8855328. OLE color: 8855328.

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

Color convert

RGB3231135-
CMYK0.760.7700.47
HSL240.58º62.65%32.55%-
HSV(B)240.58º77.04%52.94%-
XYZ5.463.0423.22-
YUV43.16179.83120.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 31 (12.5% from 255) = 15.66%
BLUE value IS 135 (53.12% from 255) = 68.18%
R=16.16%
G=15.66%
B=68.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32311350.760.7700.47240.5862.6532.55
Hex201F874C4D02Ff13f21
Octal40372071141150573617741
Binary100000111111000011110011001001101010111111110001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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