#20266E

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

Shades of Midnight Blue #20266E

Tints of Midnight Blue #20266E

Color information

#20266E (or 0x20266E) is unknown color: approx Midnight Blue. HEX triplet: 20, 26 and 6E. RGB value is (32,38,110). Sum of RGB (Red+Green+Blue) = 32+38+110=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #20266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20266E is #DFD991. Grayscale: #2C2C2C. Windows color (decimal): -14670226 or 7218720. OLE color: 7218720.

HSL color Cylindrical-coordinate representation of color #20266E: hue angle of 235.38º 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 #20266E is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3238110-
CMYK0.710.6500.57
HSL235.38º54.93%27.84%-
HSV(B)235.38º70.91%43.14%-
XYZ4.12.8215.08-
YUV44.41165.01119.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 110 (43.36% from 255) = 61.11%
R=17.78%
G=21.11%
B=61.11%

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
Decimal32381100.710.6500.57235.3854.9327.84
Hex20266E4741039eb371c
Octal40461561071010713536734
Binary10000010011011011101000111100000101110011110101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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