#202A73

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

Shades of Midnight Blue #202A73

Tints of Midnight Blue #202A73

Color information

#202A73 (or 0x202A73) is unknown color: approx Midnight Blue. HEX triplet: 20, 2A and 73. RGB value is (32,42,115). Sum of RGB (Red+Green+Blue) = 32+42+115=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #202A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A73 is #DFD58C. Grayscale: #2F2F2F. Windows color (decimal): -14669197 or 7547424. OLE color: 7547424.

HSL color Cylindrical-coordinate representation of color #202A73: hue angle of 232.77º 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 #202A73 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3242115-
CMYK0.720.6300.55
HSL232.77º56.46%28.82%-
HSV(B)232.77º72.17%45.1%-
XYZ4.523.216.6-
YUV47.33166.19117.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 60.85%
R=16.93%
G=22.22%
B=60.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32421150.720.6300.55232.7756.4628.82
Hex202A73483F037e9381d
Octal4052163110770673517035
Binary1000001010101110011100100011111101101111110100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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