#202A71

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

Shades of Midnight Blue #202A71

Tints of Midnight Blue #202A71

Color information

#202A71 (or 0x202A71) is unknown color: approx Midnight Blue. HEX triplet: 20, 2A and 71. RGB value is (32,42,113). Sum of RGB (Red+Green+Blue) = 32+42+113=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #202A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A71 is #DFD58E. Grayscale: #2E2E2E. Windows color (decimal): -14669199 or 7416352. OLE color: 7416352.

HSL color Cylindrical-coordinate representation of color #202A71: hue angle of 232.59º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202A71 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3242113-
CMYK0.720.6300.56
HSL232.59º55.86%28.43%-
HSV(B)232.59º71.68%44.31%-
XYZ4.43.1616-
YUV47.1165.19117.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 113 (44.53% from 255) = 60.43%
R=17.11%
G=22.46%
B=60.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32421130.720.6300.56232.5955.8628.43
Hex202A71483F038e9381c
Octal4052161110770703517034
Binary1000001010101110001100100011111101110001110100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202A71; }

 p { color: rgb(32,42,113); }

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

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

 a { background-color: rgb(32,42,113); }

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

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

 span { border-color: rgb(32,42,113); }

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