#20157C

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

Shades of Midnight Blue #20157C

Tints of Midnight Blue #20157C

Color information

#20157C (or 0x20157C) is unknown color: approx Midnight Blue. HEX triplet: 20, 15 and 7C. RGB value is (32,21,124). Sum of RGB (Red+Green+Blue) = 32+21+124=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #20157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20157C is #DFEA83. Grayscale: #232323. Windows color (decimal): -14674564 or 8131872. OLE color: 8131872.

HSL color Cylindrical-coordinate representation of color #20157C: hue angle of 246.41º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20157C is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3221124-
CMYK0.740.8300.51
HSL246.41º71.03%28.43%-
HSV(B)246.41º83.06%48.63%-
XYZ4.52.319.28-
YUV36.03177.64125.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 124 (48.83% from 255) = 70.06%
R=18.08%
G=11.86%
B=70.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32211240.740.8300.51246.4171.0328.43
Hex20157C4A53033f6471c
Octal402517411212306336610734
Binary10000010101111110010010101010011011001111110110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20157C; }

 p { color: rgb(32,21,124); }

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

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

 a { background-color: rgb(32,21,124); }

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

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

 span { border-color: rgb(32,21,124); }

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