#201C5F

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

Shades of Midnight Blue #201C5F

Tints of Midnight Blue #201C5F

Color information

#201C5F (or 0x201C5F) is unknown color: approx Midnight Blue. HEX triplet: 20, 1C and 5F. RGB value is (32,28,95). Sum of RGB (Red+Green+Blue) = 32+28+95=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #201C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C5F is #DFE3A0. Grayscale: #242424. Windows color (decimal): -14672801 or 6233120. OLE color: 6233120.

HSL color Cylindrical-coordinate representation of color #201C5F: hue angle of 243.58º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201C5F is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB322895-
CMYK0.660.7100.63
HSL243.58º54.47%24.12%-
HSV(B)243.58º70.53%37.25%-
XYZ3.081.9611.04-
YUV36.83160.83124.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 95 (37.5% from 255) = 61.29%
R=20.65%
G=18.06%
B=61.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3228950.660.7100.63243.5854.4724.12
Hex201C5F424703Ff43618
Octal40341371021070773646630
Binary1000001110010111111000010100011101111111111010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,28,95); }

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

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

 a { background-color: rgb(32,28,95); }

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

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

 span { border-color: rgb(32,28,95); }

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