#20297B

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

Shades of Midnight Blue #20297B

Tints of Midnight Blue #20297B

Color information

#20297B (or 0x20297B) is unknown color: approx Midnight Blue. HEX triplet: 20, 29 and 7B. RGB value is (32,41,123). Sum of RGB (Red+Green+Blue) = 32+41+123=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #20297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20297B is #DFD684. Grayscale: #2F2F2F. Windows color (decimal): -14669445 or 8071456. OLE color: 8071456.

HSL color Cylindrical-coordinate representation of color #20297B: hue angle of 234.07º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20297B is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3241123-
CMYK0.740.6700.52
HSL234.07º58.71%30.39%-
HSV(B)234.07º73.98%48.24%-
XYZ4.963.3219.12-
YUV47.66170.52116.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=16.33%
G=20.92%
B=62.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32411230.740.6700.52234.0758.7130.39
Hex20297B4A43034ea3b1e
Octal40511731121030643527336
Binary10000010100111110111001010100001101101001110101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20297B; }

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

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

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

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

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

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

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

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