#201E88

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

Shades of Midnight Blue #201E88

Tints of Midnight Blue #201E88

Color information

#201E88 (or 0x201E88) is unknown color: approx Midnight Blue. HEX triplet: 20, 1E and 88. RGB value is (32,30,136). Sum of RGB (Red+Green+Blue) = 32+30+136=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #201E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E88 is #DFE177. Grayscale: #2A2A2A. Windows color (decimal): -14672248 or 8920608. OLE color: 8920608.

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

Color convert

RGB3230136-
CMYK0.760.7800.47
HSL241.13º63.86%32.55%-
HSV(B)241.13º77.94%53.33%-
XYZ5.53.0123.58-
YUV42.68180.66120.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 136 (53.52% from 255) = 68.69%
R=16.16%
G=15.15%
B=68.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32301360.760.7800.47241.1363.8632.55
Hex201E884C4E02Ff14021
Octal403621011411605736110041
Binary1000001111010001000100110010011100101111111100011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,30,136); }

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

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

 a { background-color: rgb(32,30,136); }

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

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

 span { border-color: rgb(32,30,136); }

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