#20266D

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

Shades of Midnight Blue #20266D

Tints of Midnight Blue #20266D

Color information

#20266D (or 0x20266D) is unknown color: approx Midnight Blue. HEX triplet: 20, 26 and 6D. RGB value is (32,38,109). Sum of RGB (Red+Green+Blue) = 32+38+109=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #20266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20266D is #DFD992. Grayscale: #2C2C2C. Windows color (decimal): -14670227 or 7153184. OLE color: 7153184.

HSL color Cylindrical-coordinate representation of color #20266D: hue angle of 235.32º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20266D is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3238109-
CMYK0.710.6500.57
HSL235.32º54.61%27.65%-
HSV(B)235.32º70.64%42.75%-
XYZ4.052.814.79-
YUV44.3164.51119.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=17.88%
G=21.23%
B=60.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32381090.710.6500.57235.3254.6127.65
Hex20266D4741039eb371c
Octal40461551071010713536734
Binary10000010011011011011000111100000101110011110101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20266D; }

 p { color: rgb(32,38,109); }

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

<style>
 a { background-color: #20266D; }

 a { background-color: rgb(32,38,109); }

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

<style>
 span { border-color: #20266D; }

 span { border-color: rgb(32,38,109); }

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