#20296A

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

Shades of Midnight Blue #20296A

Tints of Midnight Blue #20296A

Color information

#20296A (or 0x20296A) is unknown color: approx Midnight Blue. HEX triplet: 20, 29 and 6A. RGB value is (32,41,106). Sum of RGB (Red+Green+Blue) = 32+41+106=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #20296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20296A is #DFD695. Grayscale: #2D2D2D. Windows color (decimal): -14669462 or 6957344. OLE color: 6957344.

HSL color Cylindrical-coordinate representation of color #20296A: hue angle of 232.7º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20296A is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3241106-
CMYK0.700.6100.58
HSL232.7º53.62%27.06%-
HSV(B)232.7º69.81%41.57%-
XYZ3.992.9313.99-
YUV45.72162.02118.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=17.88%
G=22.91%
B=59.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32411060.700.6100.58232.753.6227.06
Hex20296A463D03Ae9361b
Octal4051152106750723516633
Binary1000001010011101010100011011110101110101110100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20296A; }

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

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

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

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

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

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

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

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