#202972

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

Shades of Midnight Blue #202972

Tints of Midnight Blue #202972

Color information

#202972 (or 0x202972) is unknown color: approx Midnight Blue. HEX triplet: 20, 29 and 72. RGB value is (32,41,114). Sum of RGB (Red+Green+Blue) = 32+41+114=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #202972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202972 is #DFD68D. Grayscale: #2E2E2E. Windows color (decimal): -14669454 or 7481632. OLE color: 7481632.

HSL color Cylindrical-coordinate representation of color #202972: hue angle of 233.41º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202972 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3241114-
CMYK0.720.6400.55
HSL233.41º56.16%28.63%-
HSV(B)233.41º71.93%44.71%-
XYZ4.433.1116.29-
YUV46.63166.02117.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=17.11%
G=21.93%
B=60.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32411140.720.6400.55233.4156.1628.63
Hex2029724840037e9381d
Octal40511621101000673517035
Binary10000010100111100101001000100000001101111110100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202972; }

 p { color: rgb(32,41,114); }

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

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

 a { background-color: rgb(32,41,114); }

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

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

 span { border-color: rgb(32,41,114); }

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